Searched refs:KnownNonNegative (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 629 bool KnownNonNegative, KnownNegative; in canReplaceGEPIdxWithZero() local 630 IC.ComputeSignBit(GEPI->getOperand(i), KnownNonNegative, in canReplaceGEPIdxWithZero() 632 if (KnownNonNegative) in canReplaceGEPIdxWithZero()
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 2639 bool KnownNonNegative, KnownNegative; in SimplifyICmpInst() local 2645 ComputeSignBit(RHS, KnownNonNegative, KnownNegative, Q.DL, 0, Q.AC, in SimplifyICmpInst() 2647 if (!KnownNonNegative) in SimplifyICmpInst() 2656 ComputeSignBit(RHS, KnownNonNegative, KnownNegative, Q.DL, 0, Q.AC, in SimplifyICmpInst() 2658 if (!KnownNonNegative) in SimplifyICmpInst() 2670 bool KnownNonNegative, KnownNegative; in SimplifyICmpInst() local 2676 ComputeSignBit(LHS, KnownNonNegative, KnownNegative, Q.DL, 0, Q.AC, in SimplifyICmpInst() 2678 if (!KnownNonNegative) in SimplifyICmpInst() 2687 ComputeSignBit(LHS, KnownNonNegative, KnownNegative, Q.DL, 0, Q.AC, in SimplifyICmpInst() 2689 if (!KnownNonNegative) in SimplifyICmpInst()
|