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

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
ValueTracking.h 43 /// ComputeSignBit - Determine whether the sign bit is known to be zero or
45 void ComputeSignBit(Value *V, bool &KnownZero, bool &KnownOne,
  /external/llvm/include/llvm/Analysis/
ValueTracking.h 70 void ComputeSignBit(Value *V, bool &KnownZero, bool &KnownOne,
  /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...]
InstructionSimplify.cpp     [all...]
BasicAliasAnalysis.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /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,
InstCombineAddSub.cpp 959 ComputeSignBit(LHS, LHSKnownNonNegative, LHSKnownNegative, /*Depth=*/0,
961 ComputeSignBit(RHS, RHSKnownNonNegative, RHSKnownNegative, /*Depth=*/0,
    [all...]
InstCombineMulDivRem.cpp 167 ComputeSignBit(LHS, LHSNonNegative, LHSNegative, /*Depth=*/0, &CxtI);
168 ComputeSignBit(RHS, RHSNonNegative, RHSNegative, /*Depth=*/0, &CxtI);
    [all...]
InstCombineLoadStoreAlloca.cpp 744 IC.ComputeSignBit(GEPI->getOperand(i), KnownNonNegative,
    [all...]
InstCombineCasts.cpp     [all...]
InstCombineAndOrXor.cpp     [all...]
  /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...]
InstructionSimplify.cpp     [all...]

Completed in 729 milliseconds