Searched refs:foldSignedTruncationCheck (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 928 static Value *foldSignedTruncationCheck(ICmpInst *ICmp0, ICmpInst *ICmp1, in foldSignedTruncationCheck() function 1185 if (Value *V = foldSignedTruncationCheck(LHS, RHS, CxtI, Builder)) in foldAndOfICmps()
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 868 static Value *foldSignedTruncationCheck(ICmpInst *ICmp0, ICmpInst *ICmp1, in foldSignedTruncationCheck() function 1171 if (Value *V = foldSignedTruncationCheck(LHS, RHS, And, Builder)) in foldAndOfICmps()
|