Searched refs:getOr (Results 1 – 8 of 8) sorted by relevance
1050 static Constant *getOr(Constant *C1, Constant *C2);
252 return ConstantExpr::getOr(LHS, RHS); in ExtractConstantBytes()
2682 Constant *ConstantExpr::getOr(Constant *C1, Constant *C2) { in getOr() function in ConstantExpr
1624 return wrap(ConstantExpr::getOr(unwrap<Constant>(LHSConstant), in LLVMConstOr()
889 MaskC = ConstantExpr::getOr(MaskC, One); in visitTrunc()
1787 NewOr = ConstantExpr::getOr(ConstantExpr::getNUWShl(One, C), One); in foldICmpAndConstConst()
238 Elt = ConstantExpr::getOr(Elt, Src); in FoldBitCast()
1135 See the method [llvm::ConstantExpr::getOr]. *)