Searched refs:KnownNegative (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 710 bool KnownNonNegative, KnownNegative; in canReplaceGEPIdxWithZero() local 712 KnownNegative, 0, MemI); 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() 2728 ComputeSignBit(RHS, KnownNonNegative, KnownNegative, Q.DL, 0, Q.AC, in SimplifyICmpInst() 2742 bool KnownNonNegative, KnownNegative; in SimplifyICmpInst() local 2748 ComputeSignBit(LHS, KnownNonNegative, KnownNegative, Q.DL, 0, Q.AC, in SimplifyICmpInst() 2759 ComputeSignBit(LHS, KnownNonNegative, KnownNegative, Q.DL, 0, Q.AC, in SimplifyICmpInst()
|