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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 139 return RHS->getValue().isSignBit();
    [all...]
InstCombineAddSub.cpp     [all...]
InstCombineSimplifyDemanded.cpp 712 if (DemandedMask.isSignBit())
    [all...]
InstCombineAndOrXor.cpp     [all...]
  /external/llvm/include/llvm/ADT/
APInt.h 396 bool isSignBit() const { return isMinSignedValue(); }
    [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h 258 bool isValue(const APInt &C) { return C.isSignBit(); }
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 422 milliseconds