Searched refs:simplifyValueKnownNonZero (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 26 static Value *simplifyValueKnownNonZero(Value *V, InstCombiner &IC) { in simplifyValueKnownNonZero() function 52 if (Value *V2 = simplifyValueKnownNonZero(I->getOperand(0), IC)) { in simplifyValueKnownNonZero() 374 if (Value *V = simplifyValueKnownNonZero(I.getOperand(1), *this)) { in commonIDivTransforms() 585 if (Value *V = simplifyValueKnownNonZero(I.getOperand(1), *this)) { in commonIRemTransforms()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 28 static Value *simplifyValueKnownNonZero(Value *V, InstCombiner &IC, in simplifyValueKnownNonZero() function 55 if (Value *V2 = simplifyValueKnownNonZero(I->getOperand(0), IC, CxtI)) { in simplifyValueKnownNonZero() 807 if (Value *V = simplifyValueKnownNonZero(I.getOperand(1), *this, I)) { in commonIDivTransforms() 1381 if (Value *V = simplifyValueKnownNonZero(I.getOperand(1), *this, I)) { in commonIRemTransforms()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 50 static Value *simplifyValueKnownNonZero(Value *V, InstCombiner &IC, in simplifyValueKnownNonZero() function 75 if (Value *V2 = simplifyValueKnownNonZero(I->getOperand(0), IC, CxtI)) { in simplifyValueKnownNonZero() 663 if (Value *V = simplifyValueKnownNonZero(I.getOperand(1), *this, I)) { in commonIDivTransforms() 1266 if (Value *V = simplifyValueKnownNonZero(I.getOperand(1), *this, I)) { in commonIRemTransforms()
|