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 129 return RHS->getValue().isSignBit();
    [all...]
InstCombineAddSub.cpp 1038 if (Val.isSignBit()
    [all...]
InstCombineSimplifyDemanded.cpp 670 if (DemandedMask.isSignBit())
    [all...]
InstCombineAndOrXor.cpp     [all...]
  /external/llvm/include/llvm/ADT/
APInt.h 397 bool isSignBit() const { return isMinSignedValue(); }
    [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h 269 bool isValue(const APInt &C) { return C.isSignBit(); }
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 108 milliseconds