Searched refs:getOr (Results 1 – 11 of 11) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 91 return ConstantExpr::getOr(LHS, RHS); in CreateOr()
|
D | Constants.h | 936 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/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 227 CHECK(ConstantExpr::getOr(P0, P0), "or i32 " P0STR ", " P0STR); in TEST()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 816 Value *newOr2 = ConstantExpr::getOr(CCst, ECst); in foldLogOpOfMaskedICmps() 2374 V2 = Builder->CreateOr(V1, ConstantExpr::getOr(C3, C4), "bitfield"); in visitOr() 2733 Constant *NewRHS = ConstantExpr::getOr(Op0CI, RHS); in visitXor()
|
D | InstCombineCompares.cpp | 1480 ConstantExpr::getOr(ConstantExpr::getNUWShl(One, C), One); in visitICmpInstWithInstAndIntCst()
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 191 Elt = ConstantExpr::getOr(Elt, Src); in FoldBitCast()
|
/external/llvm/lib/IR/ |
D | ConstantFold.cpp | 250 return ConstantExpr::getOr(LHS, RHS); in ExtractConstantBytes()
|
D | Constants.cpp | 2256 Constant *ConstantExpr::getOr(Constant *C1, Constant *C2) { in getOr() function in ConstantExpr
|
D | Core.cpp | 1130 return wrap(ConstantExpr::getOr(unwrap<Constant>(LHSConstant), in LLVMConstOr()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 1060 See the method [llvm::ConstantExpr::getOr]. *)
|