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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 135 return RHS->getValue().isSignBit();
    [all...]
InstCombineAddSub.cpp 101 if (Val.isSignBit())
InstCombineSimplifyDemanded.cpp 644 if (DemandedMask.isSignBit())
    [all...]
InstCombineAndOrXor.cpp     [all...]
  /external/llvm/include/llvm/ADT/
APInt.h 374 /// isSignBit - Return true if this is the value returned by getSignBit.
375 bool isSignBit() const { return isMinSignedValue(); }
    [all...]
  /external/llvm/include/llvm/Support/
PatternMatch.h 216 bool isValue(const APInt &C) { return C.isSignBit(); }
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]

Completed in 315 milliseconds