OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AssertAlignSDNode
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h
2577
class
AssertAlignSDNode
: public SDNode {
2581
AssertAlignSDNode
(unsigned Order, const DebugLoc &DL, EVT VT, Align A)
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp
3308
unsigned LogOfAlign = Log2(cast<
AssertAlignSDNode
>(Op)->getAlign());
5460
auto *N = newSDNode<
AssertAlignSDNode
>(DL.getIROrder(), DL.getDebugLoc(),
DAGCombiner.cpp
11560
Align AL = cast<
AssertAlignSDNode
>(N)->getAlign();
11565
if (auto *AAN = dyn_cast<
AssertAlignSDNode
>(N0))
Completed in 47 milliseconds
Indexes created Sun Jun 07 00:24:08 UTC 2026