HomeSort by relevance Sort by last modified time
    Searched refs:getZExtValue (Results 1 - 25 of 175) sorted by null

1 2 3 4 5 6 7

  /external/llvm/lib/Target/Hexagon/
HexagonSelectionDAGInfo.cpp 39 uint64_t SizeVal = ConstantSize->getZExtValue();
  /external/clang/lib/AST/
TemplateBase.cpp 44 const char Ch = Val->getZExtValue();
  /external/llvm/lib/Object/
Archive.cpp 52 return ret.getZExtValue();
116 + offset.getZExtValue();
130 Result = Data.substr(0, name_size.getZExtValue());
148 size -= name_size.getZExtValue();
160 size += name_size.getZExtValue();
  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 84 if (CI->getZExtValue() == NumBits) {
130 if (CI->getZExtValue() > NumBits) {
131 unsigned LowBits = TypeWidth - CI->getZExtValue();
154 if (CI->getZExtValue() > NumBits) {
155 unsigned LowBits = CI->getZExtValue() - NumBits;
221 unsigned NewShAmt = NumBits+CI->getZExtValue();
246 assert(CI->getZExtValue() > NumBits);
248 CI->getZExtValue() - NumBits));
262 unsigned NewShAmt = NumBits+CI->getZExtValue();
286 assert(CI->getZExtValue() > NumBits)
    [all...]
InstCombineVectorOps.cpp 73 unsigned IIElt = cast<ConstantInt>(III->getOperand(2))->getZExtValue();
109 unsigned IndexVal = IdxC->getZExtValue();
174 int SrcIdx = SVI->getMaskValue(Elt->getZExtValue());
241 unsigned InsertedIdx = cast<ConstantInt>(IdxOp)->getZExtValue();
255 cast<ConstantInt>(EI->getOperand(1))->getZExtValue();
314 cast<ConstantInt>(EI->getOperand(1))->getZExtValue();
315 unsigned InsertedIdx = cast<ConstantInt>(IdxOp)->getZExtValue();
370 cast<ConstantInt>(EI->getOperand(1))->getZExtValue();
371 unsigned InsertedIdx = cast<ConstantInt>(IdxOp)->getZExtValue();
  /external/llvm/lib/Target/MBlaze/
MBlazeISelDAGToDAG.cpp 105 Imm = (int32_t)cast<ConstantSDNode>(N)->getZExtValue();
107 return Imm == (int32_t)cast<ConstantSDNode>(N)->getZExtValue();
109 return Imm == (int64_t)cast<ConstantSDNode>(N)->getZExtValue();
166 uint32_t Imm = CN->getZExtValue();
  /external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 140 *I8Ptr = (int8_t) AV.IntVal.getZExtValue();
145 *I16Ptr = (int16_t) AV.IntVal.getZExtValue();
150 *I32Ptr = (int32_t) AV.IntVal.getZExtValue();
155 *I64Ptr = (int64_t) AV.IntVal.getZExtValue();
372 sprintf(Buffer, FmtBuf, uint32_t(Args[ArgNo++].IntVal.getZExtValue()));
388 sprintf(Buffer, FmtBuf, Args[ArgNo++].IntVal.getZExtValue());
390 sprintf(Buffer, FmtBuf,uint32_t(Args[ArgNo++].IntVal.getZExtValue()));
Execution.cpp 577 exit(GV.IntVal.zextOrTrunc(32).getZExtValue());
720 getOperandValue(I.getOperand(0), SF).IntVal.getZExtValue();
757 unsigned Index = unsigned(CPU->getZExtValue());
769 Idx = (int64_t)(int32_t)IdxGV.IntVal.getZExtValue();
772 Idx = (int64_t)IdxGV.IntVal.getZExtValue();
881 if (Src2.IntVal.getZExtValue() < Src1.IntVal.getBitWidth())
882 Dest.IntVal = Src1.IntVal.shl(Src2.IntVal.getZExtValue());
894 if (Src2.IntVal.getZExtValue() < Src1.IntVal.getBitWidth())
895 Dest.IntVal = Src1.IntVal.lshr(Src2.IntVal.getZExtValue());
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 612 uint32_t Sign = Imm.lshr(31).getZExtValue() & 1;
614 int64_t Mantissa = Imm.getZExtValue() & 0x7fffff; // 23 bits
640 uint64_t Sign = Imm.lshr(63).getZExtValue() & 1;
642 uint64_t Mantissa = Imm.getZExtValue() & 0xfffffffffffffULL;
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 47 ConstantSize->getZExtValue() >
79 uint64_t SizeVal = ConstantSize->getZExtValue();
88 uint64_t Val = ValC->getZExtValue() & 255;
187 uint64_t SizeVal = ConstantSize->getZExtValue();
  /external/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 60 uint32_t value = (uint32_t)N->getZExtValue();
160 uint64_t Val = cast<ConstantSDNode>(N)->getZExtValue();
215 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(0))->getZExtValue();
267 unsigned IntNo = cast<ConstantSDNode>(Addr->getOperand(1))->getZExtValue();
  /external/llvm/lib/VMCore/
DebugLoc.cpp 124 LineNo = Line->getZExtValue();
126 ColNo = Col->getZExtValue();
140 LineNo = Line->getZExtValue();
142 ColNo = Col->getZExtValue();
LLVMContext.cpp 100 LocCookie = CI->getZExtValue();
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 147 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue(),
160 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue(),
170 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue()));
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 58 Offset += TD.getStructLayout(STy)->getElementOffset(OpC->getZExtValue());
219 int64_t Size = cast<ConstantInt>(MSI->getLength())->getZExtValue();
594 srcArraySize->getZExtValue();
609 destArraySize->getZExtValue();
720 if (!MDepLen || !MLen || MDepLen->getZExtValue() < MLen->getZExtValue())
812 CopySize->getZExtValue(), C)) {
825 return processMemCpyMemCpyDependence(M, MDep, CopySize->getZExtValue());
    [all...]
  /external/llvm/unittests/VMCore/
ConstantsTest.cpp 106 EXPECT_EQ(206U, ConstantInt::getSigned(Int8Ty, -50)->getZExtValue());
  /external/clang/lib/StaticAnalyzer/Core/
BasicValueFactory.cpp 181 uint64_t Amt = V2.getZExtValue();
199 uint64_t Amt = V2.getZExtValue();
SVals.cpp 256 os << C.getValue().getZExtValue();
304 os << cast<loc::ConcreteInt>(this)->getValue().getZExtValue() << " (Loc)";
  /external/llvm/include/llvm/
IntrinsicInst.h 106 const_cast<Value*>(getArgOperand(1)))->getZExtValue();
132 return getAlignmentCst()->getZExtValue();
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 453 unsigned SubIdx = cast<ConstantSDNode>(Node->getOperand(1))->getZExtValue();
491 unsigned SubIdx = cast<ConstantSDNode>(N2)->getZExtValue();
522 MI->addOperand(MachineOperand::CreateImm(SD->getZExtValue()));
550 unsigned DstRCIdx = cast<ConstantSDNode>(Node->getOperand(1))->getZExtValue();
567 unsigned DstRCIdx = cast<ConstantSDNode>(Node->getOperand(0))->getZExtValue();
583 unsigned SubIdx = cast<ConstantSDNode>(Op)->getZExtValue();
    [all...]
  /external/llvm/unittests/ADT/
APIntTest.cpp 53 EXPECT_EQ(((uint64_t)-2)&((1ull<<33) -1), i33minus2.getZExtValue());
84 EXPECT_EQ((uint64_t)~0ull, u64max.getZExtValue());
94 EXPECT_EQ(0u, zero.getZExtValue());
104 EXPECT_EQ(1u, one.getZExtValue());
116 EXPECT_EQ(1u, neg_one.getZExtValue());
117 EXPECT_EQ(0u, zero.getZExtValue());
119 EXPECT_EQ(1u, one.getZExtValue());
120 EXPECT_EQ(0u, two.getZExtValue());
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 262 Imm = (short)cast<ConstantSDNode>(N)->getZExtValue();
264 return Imm == (int32_t)cast<ConstantSDNode>(N)->getZExtValue();
266 return Imm == (int64_t)cast<ConstantSDNode>(N)->getZExtValue();
278 Imm = cast<ConstantSDNode>(N)->getZExtValue();
288 Imm = cast<ConstantSDNode>(N)->getZExtValue();
383 unsigned TargetMask = LKZ.getZExtValue();
384 unsigned InsertMask = RKZ.getZExtValue();
745 int64_t Imm = cast<ConstantSDNode>(N)->getZExtValue();
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp 293 Imm = cast<ConstantSDNode>(N)->getZExtValue();
327 ScaledConstant = (int) C->getZExtValue();
408 ShImmVal = RHS->getZExtValue() & 31;
469 int RHSC = (int)RHS->getZExtValue();
498 int RHSC = (int)RHS->getZExtValue();
545 ShAmt = Sh->getZExtValue();
566 ShAmt = Sh->getZExtValue();
598 int RHSC = (int)RHS->getZExtValue();
685 ShAmt = Sh->getZExtValue();
706 ShAmt = Sh->getZExtValue();
    [all...]
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 106 return C->getZExtValue();
324 unsigned FieldNo = cast<ConstantInt>(Index)->getZExtValue();
739 Len = LenCI->getZExtValue();
758 uint64_t Len = LenCI->getZExtValue();
770 cast<ConstantInt>(II->getArgOperand(0))->getZExtValue();
780 cast<ConstantInt>(II->getArgOperand(1))->getZExtValue();
825 Len = LenCI->getZExtValue();
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelDAGToDAG.cpp 65 return isUInt<10>((short) CN->getZExtValue());
81 Imm = (short) CN->getZExtValue();
85 int32_t i_val = (int32_t) CN->getZExtValue();
89 int64_t i_val = (int64_t) CN->getZExtValue();
752 unsigned shift_amt = unsigned(CN->getZExtValue());
    [all...]

Completed in 1051 milliseconds

1 2 3 4 5 6 7