Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DConstants.h1050 static Constant *getOr(Constant *C1, Constant *C2);
/openbsd/gnu/llvm/llvm/lib/IR/
H A DConstantFold.cpp252 return ConstantExpr::getOr(LHS, RHS); in ExtractConstantBytes()
H A DConstants.cpp2682 Constant *ConstantExpr::getOr(Constant *C1, Constant *C2) { in getOr() function in ConstantExpr
H A DCore.cpp1624 return wrap(ConstantExpr::getOr(unwrap<Constant>(LHSConstant), in LLVMConstOr()
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp889 MaskC = ConstantExpr::getOr(MaskC, One); in visitTrunc()
H A DInstCombineCompares.cpp1787 NewOr = ConstantExpr::getOr(ConstantExpr::getNUWShl(One, C), One); in foldICmpAndConstConst()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DConstantFolding.cpp238 Elt = ConstantExpr::getOr(Elt, Src); in FoldBitCast()
/openbsd/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1135 See the method [llvm::ConstantExpr::getOr]. *)