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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 119 static bool isBranchOnSignBitCheck(ICmpInst &I, bool isSignBit) {
122 return isSignBit;
148 return RHS->getValue().isSignBit();
    [all...]
InstCombineAddSub.cpp     [all...]
InstCombineSimplifyDemanded.cpp 627 if (DemandedMask.isSignBit())
    [all...]
InstCombineAndOrXor.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCompares.cpp 135 return RHS->getValue().isSignBit();
    [all...]
InstCombineAddSub.cpp 101 if (Val.isSignBit())
InstCombineSimplifyDemanded.cpp 637 if (DemandedMask.isSignBit())
    [all...]
InstCombineAndOrXor.cpp     [all...]
  /external/llvm/include/llvm/ADT/
APInt.h 396 bool isSignBit() const { return isMinSignedValue(); }
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
APInt.h 373 /// isSignBit - Return true if this is the value returned by getSignBit.
374 bool isSignBit() const { return isMinSignedValue(); }
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
PatternMatch.h 194 bool isValue(const APInt &C) { return C.isSignBit(); }
  /external/llvm/include/llvm/IR/
PatternMatch.h 258 bool isValue(const APInt &C) { return C.isSignBit(); }
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 1163 milliseconds