Home
last modified time | relevance | path

Searched refs:getOr (Results 1 – 25 of 31) sorted by relevance

12

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DConstantFolder.h91 return ConstantExpr::getOr(LHS, RHS); in CreateOr()
DTargetFolder.h103 return Fold(ConstantExpr::getOr(LHS, RHS)); in CreateOr()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DConstantFolder.h109 return ConstantExpr::getOr(LHS, RHS); in CreateOr()
DConstants.h944 static Constant *getOr(Constant *C1, Constant *C2);
/external/llvm/include/llvm/IR/
DConstantFolder.h91 return ConstantExpr::getOr(LHS, RHS); in CreateOr()
DConstants.h894 static Constant *getOr(Constant *C1, Constant *C2);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetFolder.h102 return Fold(ConstantExpr::getOr(LHS, RHS)); in CreateOr()
/external/llvm/include/llvm/Analysis/
DTargetFolder.h103 return Fold(ConstantExpr::getOr(LHS, RHS)); in CreateOr()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DConstantsTest.cpp252 CHECK(ConstantExpr::getOr(P0, P0), "or i32 " P0STR ", " P0STR); in TEST()
/external/llvm/unittests/IR/
DConstantsTest.cpp251 CHECK(ConstantExpr::getOr(P0, P0), "or i32 " P0STR ", " P0STR); in TEST()
/external/swiftshader/third_party/LLVM/include/llvm/
DConstants.h645 static Constant *getOr(Constant *C1, Constant *C2);
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp710 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/
DInstCombineAndOrXor.cpp804 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/
DConstantFold.cpp233 return ConstantExpr::getOr(LHS, RHS); in ExtractConstantBytes()
1378 Res.push_back(ConstantExpr::getOr(C1, C2)); in ConstantFoldBinaryInstruction()
DConstants.cpp1843 Constant *ConstantExpr::getOr(Constant *C1, Constant *C2) { in getOr() function in ConstantExpr
DCore.cpp825 return wrap(ConstantExpr::getOr(unwrap<Constant>(LHSConstant), in LLVMConstOr()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DConstantFolding.cpp147 Elt = ConstantExpr::getOr(Elt, Src); in FoldBitCast()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp743 Value *NewOr2 = ConstantExpr::getOr(CCst, ECst); in foldLogOpOfMaskedICmps()
2095 V2 = Builder.CreateOr(V1, ConstantExpr::getOr(C3, C4), "bitfield"); in visitOr()
/external/llvm/lib/Analysis/
DConstantFolding.cpp196 Elt = ConstantExpr::getOr(Elt, Src); in FoldBitCast()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DConstantFolding.cpp228 Elt = ConstantExpr::getOr(Elt, Src); in FoldBitCast()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstantFold.cpp251 return ConstantExpr::getOr(LHS, RHS); in ExtractConstantBytes()
DConstants.cpp2249 Constant *ConstantExpr::getOr(Constant *C1, Constant *C2) { in getOr() function in ConstantExpr
/external/llvm/lib/IR/
DConstantFold.cpp251 return ConstantExpr::getOr(LHS, RHS); in ExtractConstantBytes()
DConstants.cpp2195 Constant *ConstantExpr::getOr(Constant *C1, Constant *C2) { in getOr() function in ConstantExpr
DCore.cpp1217 return wrap(ConstantExpr::getOr(unwrap<Constant>(LHSConstant), in LLVMConstOr()

12