Searched refs:MaintainNoSignedWrap (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 117 static bool MaintainNoSignedWrap(BinaryOperator &I, Value *B, Value *C) { in MaintainNoSignedWrap() function 200 if (MaintainNoSignedWrap(I, B, C) && in SimplifyAssociativeOrCommutative()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 127 static bool MaintainNoSignedWrap(BinaryOperator &I, Value *B, Value *C) { in MaintainNoSignedWrap() function 214 if (MaintainNoSignedWrap(I, B, C) && in SimplifyAssociativeOrCommutative()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 194 static bool MaintainNoSignedWrap(BinaryOperator &I, Value *B, Value *C) { in MaintainNoSignedWrap() function 323 if (MaintainNoSignedWrap(I, B, C) && in SimplifyAssociativeOrCommutative()
|