Searched defs:ComputeSignBit (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h485 void ComputeSignBit(Value *V, bool &KnownZero, bool &KnownOne, function in class:llvm::InstCombiner
487 return llvm::ComputeSignBit(V, KnownZero, KnownOne, DL, Depth, AC, CxtI,
/external/llvm/lib/Analysis/
H A DValueTracking.cpp85 // isKnownNonZero, which calls computeKnownBits and ComputeSignBit and
139 static void ComputeSignBit(Value *V, bool &KnownZero, bool &KnownOne,
143 void llvm::ComputeSignBit(Value *V, bool &KnownZero, bool &KnownOne, function in class:llvm
147 ::ComputeSignBit(V, KnownZero, KnownOne, DL, Depth,
1515 void ComputeSignBit(Value *V, bool &KnownZero, bool &KnownOne, function
1781 ComputeSignBit(X, XKnownNonNegative, XKnownNegative, DL, Depth, Q);
1793 ComputeSignBit(X, XKnownNonNegative, XKnownNegative, DL, Depth, Q);
1794 ComputeSignBit(Y, YKnownNonNegative, YKnownNegative, DL, Depth, Q);
3004 ComputeSignBit(LHS, LHSKnownNonNegative, LHSKnownNegative, DL, /*Depth=*/0,
3008 ComputeSignBit(RH
[all...]

Completed in 216 milliseconds