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.cpp88 // isKnownNonZero, which calls computeKnownBits and ComputeSignBit and
157 static void ComputeSignBit(Value *V, bool &KnownZero, bool &KnownOne,
161 void llvm::ComputeSignBit(Value *V, bool &KnownZero, bool &KnownOne, function in class:llvm
165 ::ComputeSignBit(V, KnownZero, KnownOne, DL, Depth,
193 ComputeSignBit(V, NonNegative, Negative, DL, Depth, AC, CxtI, DT);
1702 void ComputeSignBit(Value *V, bool &KnownZero, bool &KnownOne, function
1968 ComputeSignBit(X, XKnownNonNegative, XKnownNegative, DL, Depth, Q);
1997 ComputeSignBit(X, XKnownNonNegative, XKnownNegative, DL, Depth, Q);
1998 ComputeSignBit(Y, YKnownNonNegative, YKnownNegative, DL, Depth, Q);
3596 ComputeSignBit(LH
[all...]

Completed in 84 milliseconds