Searched defs:Ops2 (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 142 : MDNode(C, ID, Storage, Ops1, Ops2) { in MDNode() argument
|
/external/llvm/unittests/IR/ |
D | MetadataTest.cpp | 526 Metadata *Ops2[] = {Temp3.get(), N0}; in TEST_F() local 850 Metadata *Ops2[] = {nullptr}; in TEST_F() local 2109 Metadata *Ops2[] = {nullptr, CI, Temp.get()}; in TEST_F() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 125 : MDNode(C, ID, Storage, Ops1, Ops2) { in MDNode() argument 220 ArrayRef<Metadata *> Ops2) in GenericDINode()
|
/external/llvm/lib/IR/ |
D | Metadata.cpp | 468 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2) in MDNode()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Metadata.cpp | 506 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2) in MDNode()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelDAGToDAG.cpp | 3619 SDValue Ops2[] = {SDValue(Add, 0), CurDAG->getConstant(0, dl, MVT::i32)}; in Select() local
|