/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 109 return ConstantExpr::getOr(LHS, RHS); in CreateOr()
|
D | Constants.h | 944 static Constant *getOr(Constant *C1, Constant *C2);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 102 return Fold(ConstantExpr::getOr(LHS, RHS)); in CreateOr()
|
/external/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 103 return Fold(ConstantExpr::getOr(LHS, RHS)); in CreateOr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 252 CHECK(ConstantExpr::getOr(P0, P0), "or i32 " P0STR ", " P0STR); in TEST()
|
/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()
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 743 Value *NewOr2 = ConstantExpr::getOr(CCst, ECst); in foldLogOpOfMaskedICmps() 2095 V2 = Builder.CreateOr(V1, ConstantExpr::getOr(C3, C4), "bitfield"); in visitOr()
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 196 Elt = ConstantExpr::getOr(Elt, Src); in FoldBitCast()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 228 Elt = ConstantExpr::getOr(Elt, Src); in FoldBitCast()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | ConstantFold.cpp | 251 return ConstantExpr::getOr(LHS, RHS); in ExtractConstantBytes()
|
D | Constants.cpp | 2249 Constant *ConstantExpr::getOr(Constant *C1, Constant *C2) { in getOr() function in ConstantExpr
|
/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()
|