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

12 3 4 5 6 7 8

  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AddressingModes.h 372 int32_t Exp = (Imm.lshr(10).getSExtValue() & 0x1f) - 15; // -14 to 15
398 int32_t Exp = (Imm.lshr(23).getSExtValue() & 0xff) - 127; // -126 to 127
426 int64_t Exp = (Imm.lshr(52).getSExtValue() & 0x7ff) - 1023; // -1022 to 1023
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelDAGToDAG.cpp 663 if (isDSOffsetLegal(N0, C1->getSExtValue(), 16)) {
672 int64_t ByteOffset = C->getSExtValue();
    [all...]
SIFoldOperands.cpp 282 MachineOperand ImmOp = MachineOperand::CreateImm(Imm.getSExtValue());
  /external/llvm/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp 185 uint64_t Val = cast<ConstantSDNode>(N)->getSExtValue();
222 uint64_t Offset = CN->getSExtValue();
  /external/llvm/lib/Target/Sparc/
SparcISelDAGToDAG.cpp 91 if (isInt<13>(CN->getSExtValue())) {
130 if (isInt<13>(CN->getSExtValue()))
  /external/llvm/lib/Transforms/Scalar/
AlignmentFromAssumptions.cpp 106 int64_t DiffUnits = ConstDUSCEV->getValue()->getSExtValue();
113 cast<SCEVConstant>(AlignSCEV)->getValue()->getSExtValue();
StraightLineStrengthReduce.cpp 249 // Index->getSExtValue() may crash if Index is wider than 64-bit.
252 Index->getSExtValue(), UnknownAddressSpace);
443 IntPtrTy, Idx->getSExtValue() * (int64_t)ElementSize, true);
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp 190 uint64_t Val = cast<ConstantSDNode>(N)->getSExtValue();
227 uint64_t Offset = CN->getSExtValue();
  /external/clang/lib/StaticAnalyzer/Core/
SVals.cpp 265 os << C.getValue().getSExtValue();
  /external/llvm/lib/Analysis/
LoopUnrollAnalyzer.cpp 124 int64_t Index = SimplifiedAddrOp->getSExtValue() / ElemSize;
BasicAliasAnalysis.cpp 432 DL.getTypeAllocSize(*GTI) * CIdx->getSExtValue();
453 Decomposed.OtherOffset += IndexOffset.getSExtValue() * Scale;
454 Scale *= IndexScale.getSExtValue();
    [all...]
  /external/llvm/lib/CodeGen/
InterleavedAccessPass.cpp 284 auto Index = IndexOperand->getSExtValue();
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 510 Indices.push_back(CI->getSExtValue());
555 Operands.push_back(C->getSExtValue());
714 Indices.push_back(cast<ConstantInt>(*II)->getSExtValue());
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
EfficiencySanitizer.cpp 747 if ((Idx == nullptr || Idx->getSExtValue() != 0) &&
771 assert(Idx->getSExtValue() >= 0 &&
772 Idx->getSExtValue() < StructTy->getNumElements());
773 CounterIdx = getFieldCounterIdx(StructTy) + Idx->getSExtValue();
    [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 62 return GenVal->IntVal.getSExtValue();
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
ArgumentPromotion.cpp 360 Indices.push_back(CI->getSExtValue());
406 Operands.push_back(C->getSExtValue());
563 Indices.push_back(cast<ConstantInt>(*II)->getSExtValue());
    [all...]
  /frameworks/compile/slang/
slang_rs_reflection_cpp.cpp 935 if (!Val.isInt() || Val.getInt().getSExtValue() != 0)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FastISel.cpp 286 if ((int)CI->getSExtValue() == CI->getSExtValue())
294 .addImm(Signed ? (uint64_t) CI->getSExtValue() :
382 uint64_t Disp = (int32_t)AM.Disp + (uint64_t)CI->getSExtValue();
417 Disp += CI->getSExtValue() * S;
429 Disp += CI->getSExtValue() * S;
850 if ((int)RHSC->getSExtValue() == RHSC->getSExtValue())
872 .addImm(Op1C->getSExtValue());
    [all...]
  /external/llvm/lib/Target/Lanai/
LanaiISelLowering.cpp 282 if (isInt<16>(C->getSExtValue())) {
283 Result = DAG.getTargetConstant(C->getSExtValue(), SDLoc(C),
301 Result = DAG.getTargetConstant(C->getSExtValue(), SDLoc(C),
318 int64_t Val = C->getSExtValue();
327 int64_t Val = C->getSExtValue();
    [all...]
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonAsmBackend.cpp 391 IntMin.getSExtValue() <<
393 IntMax.getSExtValue() <<
  /external/swiftshader/third_party/LLVM/include/llvm/
Constants.h 78 /// either getSExtValue() or getZExtValue() will yield a correctly sized and
121 inline int64_t getSExtValue() const {
122 return Val.getSExtValue();
    [all...]
  /external/clang/lib/CodeGen/
CGLoopInfo.cpp 165 ValueInt = ValueAPS.getSExtValue();
  /external/clang/lib/Sema/
SemaStmtAttr.cpp 258 int Val = ArgVal.getSExtValue();
  /external/llvm/include/llvm/ADT/
APSInt.h 78 return isSigned() ? getSExtValue() : getZExtValue();
  /external/llvm/lib/Target/AArch64/
AArch64AddressTypePromotion.cpp 324 Cst->getSExtValue()));

Completed in 1207 milliseconds

12 3 4 5 6 7 8