Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp46 static Value *simplifyValueKnownNonZero(Value *V, InstCombinerImpl &IC, in simplifyValueKnownNonZero() function
71 if (Value *V2 = simplifyValueKnownNonZero(I->getOperand(0), IC, CxtI)) { in simplifyValueKnownNonZero()
947 if (Value *V = simplifyValueKnownNonZero(I.getOperand(1), *this, I)) in commonIDivTransforms()
1708 if (Value *V = simplifyValueKnownNonZero(I.getOperand(1), *this, I)) in commonIRemTransforms()