HomeSort by relevance Sort by last modified time
    Searched refs:getZExtValue (Results 51 - 75 of 224) sorted by null

1 23 4 5 6 7 8 9

  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 31 Offset = CI->getZExtValue();
48 Scale = UINT64_C(1) << RHS->getZExtValue();
55 Scale = RHS->getZExtValue();
66 Offset += RHS->getZExtValue();
487 if (Cst->getZExtValue() >= ASize)
493 Value *Shift = Builder->CreateLShr(A, Cst->getZExtValue());
712 uint64_t ShiftAmt = Amt->getZExtValue();
723 BitsToClear += Amt->getZExtValue();
    [all...]
  /external/llvm/lib/Analysis/
AliasAnalysis.cpp 285 Size = C->getValue().getZExtValue();
298 Size = C->getValue().getZExtValue();
ConstantFolding.cpp 286 uint64_t Val = CI->getZExtValue();
447 if (Offset.getZExtValue() >=
452 if (!ReadDataFromGlobal(GV->getInitializer(), Offset.getZExtValue(), RawBytes,
851 // getZExtValue is fine as we've already ensured that the offset is
853 unsigned ElIdx = SL.getElementContainingOffset(Offset.getZExtValue());
    [all...]
BasicAliasAnalysis.cpp 355 unsigned FieldNo = cast<ConstantInt>(Index)->getZExtValue();
737 Loc.Size = LenCI->getZExtValue();
749 Loc.Size = cast<ConstantInt>(II->getArgOperand(0))->getZExtValue();
756 Loc.Size = cast<ConstantInt>(II->getArgOperand(1))->getZExtValue();
791 Loc.Size = LenCI->getZExtValue();
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 67 LocCookie = CI->getZExtValue();
466 LocCookie = CI->getZExtValue();
  /external/llvm/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp 314 if (cast<ConstantSDNode>(LD->getOffset())->getZExtValue() != 1)
320 if (cast<ConstantSDNode>(LD->getOffset())->getZExtValue() != 2)
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 323 int64_t Imm = CFP->getValueAPF().bitcastToAPInt().getZExtValue();
366 Imm = CI->getZExtValue();
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
FastISel.cpp 192 Reg = FastEmit_i(VT, VT, ISD::Constant, CI->getZExtValue());
392 Op1IsKill, CI->getZExtValue(),
410 uint64_t Imm = CI->getZExtValue();
488 unsigned Field = cast<ConstantInt>(Idx)->getZExtValue();
619 Ops.push_back(MachineOperand::CreateImm(ID->getZExtValue()));
625 Ops.push_back(MachineOperand::CreateImm(NumBytes->getZExtValue()));
785 .addImm(CI->getZExtValue()).addImm(DI->getOffset())
    [all...]
TargetLowering.cpp 604 unsigned ShAmt = SA->getZExtValue();
617 unsigned C1= cast<ConstantSDNode>(InOp.getOperand(1))->getZExtValue();
666 ->getZExtValue();
683 KnownZero <<= SA->getZExtValue();
684 KnownOne <<= SA->getZExtValue();
686 KnownZero |= APInt::getLowBitsSet(BitWidth, SA->getZExtValue());
692 unsigned ShAmt = SA->getZExtValue();
706 unsigned C1= cast<ConstantSDNode>(InOp.getOperand(1))->getZExtValue();
745 unsigned ShAmt = SA->getZExtValue();
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 299 Imm = (short)cast<ConstantSDNode>(N)->getZExtValue();
301 return Imm == (int32_t)cast<ConstantSDNode>(N)->getZExtValue();
303 return Imm == (int64_t)cast<ConstantSDNode>(N)->getZExtValue();
315 Imm = cast<ConstantSDNode>(N)->getZExtValue();
325 Imm = cast<ConstantSDNode>(N)->getZExtValue();
423 unsigned TargetMask = LKZ.getZExtValue();
424 unsigned InsertMask = RKZ.getZExtValue();
469 bool CanFoldMask = InsertMask == MKO.getZExtValue();
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 280 unsigned IID = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue();
316 unsigned IID = cast<ConstantSDNode>(N->getOperand(0))->getZExtValue();
668 N->getOperand(N->getNumOperands() - 1))->getZExtValue();
1023 unsigned IID = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue();
    [all...]
NVPTXAsmPrinter.cpp 126 return MCConstantExpr::Create(CI->getZExtValue(), Ctx);
    [all...]
  /external/llvm/examples/ParallelJIT/
ParallelJIT.cpp 238 return (void*)(intptr_t)gv.IntVal.getZExtValue();
  /external/llvm/lib/IR/
Constants.cpp 230 return getAggregateElement(CI->getZExtValue());
713 return getStructElement(cast<ConstantInt>(C)->getZExtValue());
746 return getStructElement(cast<ConstantInt>(C)->getZExtValue());
815 Elts.push_back(CI->getZExtValue());
824 Elts.push_back(CI->getZExtValue());
833 Elts.push_back(CI->getZExtValue());
842 Elts.push_back(CI->getZExtValue());
    [all...]
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.cpp 45 uint64_t SizeVal = ConstantSize->getZExtValue();
  /external/llvm/lib/Target/Sparc/
SparcISelDAGToDAG.cpp 98 Offset = CurDAG->getTargetConstant(CN->getZExtValue(), MVT::i32);
  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 104 if (!C->getZExtValue())
  /external/llvm/lib/Transforms/Scalar/
LoadCombine.cpp 101 POP.Offset += Offset.getZExtValue();
Reassociate.cpp 412 assert(LHS.getZExtValue() < Threshold && RHS.getZExtValue() < Threshold &&
414 unsigned Total = LHS.getZExtValue() + RHS.getZExtValue();
    [all...]
  /external/llvm/unittests/IR/
MDBuilderTest.cpp 105 EXPECT_EQ(cast<ConstantInt>(N2->getOperand(2))->getZExtValue(), 1U);
  /external/llvm/lib/Transforms/Utils/
Local.cpp 75 BasicBlock *Destination = Cond->getZExtValue() ? Dest1 : Dest2;
76 BasicBlock *OldDest = Cond->getZExtValue() ? Dest2 : Dest1;
142 Weights.push_back(CI->getValue().getZExtValue());
217 createBranchWeights(SICase->getValue().getZExtValue(),
218 SIDef->getValue().getZExtValue()));
    [all...]
SimplifyLibCalls.cpp 167 return SizeCI->getZExtValue() >= Len;
171 return SizeCI->getZExtValue() >= Arg->getZExtValue();
447 Len = LengthArg->getZExtValue();
625 Length = LengthArg->getZExtValue();
751 Len = LengthArg->getZExtValue();
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 584 Intrinsic::ID IntID = static_cast<Intrinsic::ID>(CN->getZExtValue());
600 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 447 milliseconds

1 23 4 5 6 7 8 9