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 139 return RHS->getValue().isSignBit();
    [all...]
InstCombineAddSub.cpp     [all...]
InstCombineSimplifyDemanded.cpp 628 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...]

Completed in 372 milliseconds