Searched refs:KnownNegative (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | InstructionSimplify.cpp | 1819 bool KnownNonNegative, KnownNegative; in SimplifyICmpInst() local 1825 ComputeSignBit(LHS, KnownNonNegative, KnownNegative, TD); in SimplifyICmpInst() 1835 ComputeSignBit(LHS, KnownNonNegative, KnownNegative, TD); in SimplifyICmpInst() 1846 bool KnownNonNegative, KnownNegative; in SimplifyICmpInst() local 1852 ComputeSignBit(RHS, KnownNonNegative, KnownNegative, TD); in SimplifyICmpInst() 1862 ComputeSignBit(RHS, KnownNonNegative, KnownNegative, TD); in SimplifyICmpInst()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 743 bool KnownNonNegative, KnownNegative; in canReplaceGEPIdxWithZero() local 745 KnownNegative, 0, MemI); in canReplaceGEPIdxWithZero()
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 2764 bool KnownNonNegative, KnownNegative; in SimplifyICmpInst() local 2770 ComputeSignBit(RHS, KnownNonNegative, KnownNegative, Q.DL, 0, Q.AC, in SimplifyICmpInst() 2781 ComputeSignBit(RHS, KnownNonNegative, KnownNegative, Q.DL, 0, Q.AC, in SimplifyICmpInst() 2795 bool KnownNonNegative, KnownNegative; in SimplifyICmpInst() local 2801 ComputeSignBit(LHS, KnownNonNegative, KnownNegative, Q.DL, 0, Q.AC, in SimplifyICmpInst() 2812 ComputeSignBit(LHS, KnownNonNegative, KnownNegative, Q.DL, 0, Q.AC, in SimplifyICmpInst()
|