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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 136 return RHS->getValue().isSignBit();
    [all...]
InstCombineSimplifyDemanded.cpp 669 if (DemandedMask.isSignBit())
    [all...]
InstCombineAddSub.cpp 892 if (Val.isSignBit())
    [all...]
InstCombineAndOrXor.cpp     [all...]
  /external/llvm/include/llvm/ADT/
APInt.h 376 /// isSignBit - Return true if this is the value returned by getSignBit.
377 bool isSignBit() const { return isMinSignedValue(); }
    [all...]
  /external/llvm/include/llvm/Support/
PatternMatch.h 269 bool isValue(const APInt &C) { return C.isSignBit(); }
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 77 milliseconds