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/ |
D | ConstantFolder.h | 108 return ConstantExpr::getOr(LHS, RHS); in CreateOr()
|
D | Constants.h | 948 static Constant *getOr(Constant *C1, Constant *C2);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 101 return Fold(ConstantExpr::getOr(LHS, RHS)); in CreateOr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 740 Value *NewOr2 = ConstantExpr::getOr(CCst, ECst); in foldLogOpOfMaskedICmps() 2529 V2 = Builder.CreateOr(V1, ConstantExpr::getOr(C3, C4), "bitfield"); in visitOr()
|
D | InstCombineCompares.cpp | 1806 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/ |
D | ConstantFolding.cpp | 233 Elt = ConstantExpr::getOr(Elt, Src); in FoldBitCast()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ConstantFold.cpp | 251 return ConstantExpr::getOr(LHS, RHS); in ExtractConstantBytes()
|
D | Constants.cpp | 2381 Constant *ConstantExpr::getOr(Constant *C1, Constant *C2) { in getOr() function in ConstantExpr
|
D | Core.cpp | 1602 return wrap(ConstantExpr::getOr(unwrap<Constant>(LHSConstant), in LLVMConstOr()
|