HomeSort by relevance Sort by last modified time
    Searched defs:ComputeSignBit (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 491 void ComputeSignBit(Value *V, bool &KnownZero, bool &KnownOne,
493 return llvm::ComputeSignBit(V, KnownZero, KnownOne, DL, Depth, AC, CxtI,
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ValueTracking.cpp 693 /// ComputeSignBit - Determine whether the sign bit is known to be zero or
695 void llvm::ComputeSignBit(Value *V, bool &KnownZero, bool &KnownOne,
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp 80 /// isKnownNonZero, which calls computeKnownBits and ComputeSignBit and
148 static void ComputeSignBit(Value *V, bool &KnownZero, bool &KnownOne,
151 void llvm::ComputeSignBit(Value *V, bool &KnownZero, bool &KnownOne,
155 ::ComputeSignBit(V, KnownZero, KnownOne, Depth,
182 ComputeSignBit(V, NonNegative, Negative, DL, Depth, AC, CxtI, DT);
202 ComputeSignBit(V, NonNegative, Negative, DL, Depth, AC, CxtI, DT);
    [all...]

Completed in 169 milliseconds