/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ConstantFolder.h | 91 return ConstantExpr::getOr(LHS, RHS); in CreateOr()
|
D | TargetFolder.h | 103 return Fold(ConstantExpr::getOr(LHS, RHS)); in CreateOr()
|
/external/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 91 return ConstantExpr::getOr(LHS, RHS); in CreateOr()
|
D | Constants.h | 894 static Constant *getOr(Constant *C1, Constant *C2);
|
/external/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 103 return Fold(ConstantExpr::getOr(LHS, RHS)); in CreateOr()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Constants.h | 645 static Constant *getOr(Constant *C1, Constant *C2);
|
/external/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 251 CHECK(ConstantExpr::getOr(P0, P0), "or i32 " P0STR ", " P0STR); in TEST()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 710 Value *newOr2 = ConstantExpr::getOr(CCst, ECst); in foldLogOpOfMaskedICmps() 1889 V2 = Builder->CreateOr(V1, ConstantExpr::getOr(C3, C4), "bitfield"); in visitOr() 2174 Constant *NewRHS = ConstantExpr::getOr(Op0CI, RHS); in visitXor()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 804 Value *NewOr2 = ConstantExpr::getOr(CCst, ECst); in foldLogOpOfMaskedICmps() 2255 V2 = Builder->CreateOr(V1, ConstantExpr::getOr(C3, C4), "bitfield"); in visitOr() 2592 Constant *NewRHS = ConstantExpr::getOr(Op0CI, RHS); in visitXor()
|
D | InstCombineCompares.cpp | 1805 ConstantExpr::getOr(ConstantExpr::getNUWShl(One, C), One); in visitICmpInstWithInstAndIntCst()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | ConstantFold.cpp | 233 return ConstantExpr::getOr(LHS, RHS); in ExtractConstantBytes() 1378 Res.push_back(ConstantExpr::getOr(C1, C2)); in ConstantFoldBinaryInstruction()
|
D | Constants.cpp | 1843 Constant *ConstantExpr::getOr(Constant *C1, Constant *C2) { in getOr() function in ConstantExpr
|
D | Core.cpp | 825 return wrap(ConstantExpr::getOr(unwrap<Constant>(LHSConstant), in LLVMConstOr()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ConstantFolding.cpp | 147 Elt = ConstantExpr::getOr(Elt, Src); in FoldBitCast()
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 196 Elt = ConstantExpr::getOr(Elt, Src); in FoldBitCast()
|
/external/llvm/lib/IR/ |
D | ConstantFold.cpp | 251 return ConstantExpr::getOr(LHS, RHS); in ExtractConstantBytes()
|
D | Constants.cpp | 2195 Constant *ConstantExpr::getOr(Constant *C1, Constant *C2) { in getOr() function in ConstantExpr
|
D | Core.cpp | 1217 return wrap(ConstantExpr::getOr(unwrap<Constant>(LHSConstant), in LLVMConstOr()
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm.mli | 918 See the method [llvm::ConstantExpr::getOr]. *)
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 1090 See the method [llvm::ConstantExpr::getOr]. *)
|