Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DConstants.h1025 static Constant *getOr(Constant *C1, Constant *C2);
/llvm-project-15.0.7/llvm/unittests/IR/
H A DConstantsTest.cpp254 CHECK(ConstantExpr::getOr(P0, P0), "or i32 " P0STR ", " P0STR); in TEST()
/llvm-project-15.0.7/llvm/lib/IR/
H A DConstantFold.cpp252 return ConstantExpr::getOr(LHS, RHS); in ExtractConstantBytes()
H A DConstants.cpp2689 Constant *ConstantExpr::getOr(Constant *C1, Constant *C2) { in getOr() function in ConstantExpr
H A DCore.cpp1617 return wrap(ConstantExpr::getOr(unwrap<Constant>(LHSConstant), in LLVMConstOr()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp860 MaskC = ConstantExpr::getOr(MaskC, One); in visitTrunc()
H A DInstCombineCompares.cpp1845 NewOr = ConstantExpr::getOr(ConstantExpr::getNUWShl(One, C), One); in foldICmpAndConstConst()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DConstantFolding.cpp238 Elt = ConstantExpr::getOr(Elt, Src); in FoldBitCast()
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1137 See the method [llvm::ConstantExpr::getOr]. *)