Searched refs:getOr (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Constants.h | 1025 static Constant *getOr(Constant *C1, Constant *C2);
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | ConstantsTest.cpp | 254 CHECK(ConstantExpr::getOr(P0, P0), "or i32 " P0STR ", " P0STR); in TEST()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | ConstantFold.cpp | 252 return ConstantExpr::getOr(LHS, RHS); in ExtractConstantBytes()
|
| H A D | Constants.cpp | 2689 Constant *ConstantExpr::getOr(Constant *C1, Constant *C2) { in getOr() function in ConstantExpr
|
| H A D | Core.cpp | 1617 return wrap(ConstantExpr::getOr(unwrap<Constant>(LHSConstant), in LLVMConstOr()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCasts.cpp | 860 MaskC = ConstantExpr::getOr(MaskC, One); in visitTrunc()
|
| H A D | InstCombineCompares.cpp | 1845 NewOr = ConstantExpr::getOr(ConstantExpr::getNUWShl(One, C), One); in foldICmpAndConstConst()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 238 Elt = ConstantExpr::getOr(Elt, Src); in FoldBitCast()
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.mli | 1137 See the method [llvm::ConstantExpr::getOr]. *)
|