HomeSort by relevance Sort by last modified time
    Searched refs:getSExtValue (Results 26 - 50 of 90) sorted by null

12 3 4

  /external/llvm/include/llvm/IR/
Constants.h 83 /// either getSExtValue() or getZExtValue() will yield a correctly sized and
124 inline int64_t getSExtValue() const {
125 return Val.getSExtValue();
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 311 if (isInt<32>(CI->getSExtValue()))
319 .addImm(Signed ? (uint64_t) CI->getSExtValue() :
406 uint64_t Disp = (int32_t)AM.Disp + (uint64_t)CI->getSExtValue();
441 Disp += CI->getSExtValue() * S;
453 Disp += CI->getSExtValue() * S;
902 if ((int)RHSC->getSExtValue() == RHSC->getSExtValue())
924 .addImm(Op1C->getSExtValue());
    [all...]
  /frameworks/compile/slang/
slang_rs_reflection_cpp.cpp 881 if (!Val.isInt() || Val.getInt().getSExtValue() != 0)
963 << ((Val.getInt().getSExtValue() == 0) ? "false" : "true") << ";";
  /external/clang/lib/StaticAnalyzer/Checkers/
StreamChecker.cpp 267 int64_t x = CI->getValue().getSExtValue();
  /external/llvm/lib/IR/
DataLayout.cpp 661 if (int64_t arrayIdx = cast<ConstantInt>(Indices[CurIDX])->getSExtValue())
ConstantFold.cpp     [all...]
DebugInfo.cpp 92 return CI->getSExtValue();
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 285 int64_t SignedVal = cast<ConstantSDNode>(Node)->getSExtValue();
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 480 size_t I = CharC->getSExtValue() == 0 ?
481 Str.size() : Str.find(CharC->getSExtValue());
516 size_t I = CharC->getSExtValue() == 0 ?
517 Str.size() : Str.rfind(CharC->getSExtValue());
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
BBVectorize.cpp 626 int64_t Offset = IntOff->getSExtValue();
    [all...]
LoopVectorize.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 367 MIB.addImm(C->getSExtValue());
668 MIB.addImm(CI->getSExtValue());
    [all...]
TargetLowering.cpp     [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 622 Imm.I = Node->getSExtValue();
    [all...]
  /art/compiler/llvm/
gbc_expander.cc 174 return llvm::cast<llvm::ConstantInt>(lv)->getSExtValue();
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 523 bool invert = invertFPCondCodeUser((Mips::CondCode)CC->getSExtValue());
622 !isShiftedMask(~CN->getSExtValue(), SMPos0, SMSize0))
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 563 return C->getValue()->getSExtValue();
    [all...]
MemCpyOptimizer.cpp 65 Offset += Size*OpC->getSExtValue();
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/include/llvm/ADT/
APInt.h     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 580 unsigned Imm = (unsigned)~(CI->getSExtValue());
    [all...]
ARMTargetTransformInfo.cpp 154 int32_t SImmVal = Imm.getSExtValue();
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 368 int64_t TestDisp = AM.Disp + Op1->getSExtValue();
    [all...]

Completed in 1449 milliseconds

12 3 4