Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstantFolder.h108 return ConstantExpr::getOr(LHS, RHS); in CreateOr()
DConstants.h948 static Constant *getOr(Constant *C1, Constant *C2);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetFolder.h101 return Fold(ConstantExpr::getOr(LHS, RHS)); in CreateOr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp740 Value *NewOr2 = ConstantExpr::getOr(CCst, ECst); in foldLogOpOfMaskedICmps()
2529 V2 = Builder.CreateOr(V1, ConstantExpr::getOr(C3, C4), "bitfield"); in visitOr()
DInstCombineCompares.cpp1806 NewOr = ConstantExpr::getOr(ConstantExpr::getNUWShl(One, C), One); in foldICmpAndConstConst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DConstantFolding.cpp233 Elt = ConstantExpr::getOr(Elt, Src); in FoldBitCast()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantFold.cpp251 return ConstantExpr::getOr(LHS, RHS); in ExtractConstantBytes()
DConstants.cpp2381 Constant *ConstantExpr::getOr(Constant *C1, Constant *C2) { in getOr() function in ConstantExpr
DCore.cpp1602 return wrap(ConstantExpr::getOr(unwrap<Constant>(LHSConstant), in LLVMConstOr()