Searched refs:KnownNonNegative (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 710 bool KnownNonNegative, KnownNegative; in canReplaceGEPIdxWithZero() local 711 IC.ComputeSignBit(GEPI->getOperand(i), KnownNonNegative, in canReplaceGEPIdxWithZero() 713 if (KnownNonNegative) in canReplaceGEPIdxWithZero()
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 2711 bool KnownNonNegative, KnownNegative; in SimplifyICmpInst() local 2717 ComputeSignBit(RHS, KnownNonNegative, KnownNegative, Q.DL, 0, Q.AC, in SimplifyICmpInst() 2719 if (!KnownNonNegative) in SimplifyICmpInst() 2728 ComputeSignBit(RHS, KnownNonNegative, KnownNegative, Q.DL, 0, Q.AC, in SimplifyICmpInst() 2730 if (!KnownNonNegative) in SimplifyICmpInst() 2742 bool KnownNonNegative, KnownNegative; in SimplifyICmpInst() local 2748 ComputeSignBit(LHS, KnownNonNegative, KnownNegative, Q.DL, 0, Q.AC, in SimplifyICmpInst() 2750 if (!KnownNonNegative) in SimplifyICmpInst() 2759 ComputeSignBit(LHS, KnownNonNegative, KnownNegative, Q.DL, 0, Q.AC, in SimplifyICmpInst() 2761 if (!KnownNonNegative) in SimplifyICmpInst()
|