Searched refs:getZExtValue (Results 101 - 125 of 393) sorted by relevance

1234567891011>>

/external/swiftshader/third_party/LLVM/unittests/Analysis/
H A DScalarEvolutionTest.cpp68 EXPECT_EQ(cast<SCEVConstant>(M0->getOperand(0))->getValue()->getZExtValue(),
70 EXPECT_EQ(cast<SCEVConstant>(M1->getOperand(0))->getValue()->getZExtValue(),
72 EXPECT_EQ(cast<SCEVConstant>(M2->getOperand(0))->getValue()->getZExtValue(),
/external/llvm/lib/Analysis/
H A DVectorUtils.cpp248 unsigned IIElt = cast<ConstantInt>(III->getOperand(2))->getZExtValue();
370 uint64_t V = DB.getDemandedBits(I).getZExtValue();
H A DValueTracking.cpp671 KnownZero |= RHSKnownZero.lshr(C->getZExtValue());
672 KnownOne |= RHSKnownOne.lshr(C->getZExtValue());
682 KnownZero |= RHSKnownOne.lshr(C->getZExtValue());
683 KnownOne |= RHSKnownZero.lshr(C->getZExtValue());
695 KnownZero |= RHSKnownZero << C->getZExtValue();
696 KnownOne |= RHSKnownOne << C->getZExtValue();
708 KnownZero |= RHSKnownOne << C->getZExtValue();
709 KnownOne |= RHSKnownZero << C->getZExtValue();
812 uint64_t ShiftAmtKZ = KnownZero.zextOrTrunc(64).getZExtValue();
813 uint64_t ShiftAmtKO = KnownOne.zextOrTrunc(64).getZExtValue();
[all...]
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp69 LocCookie = CI->getZExtValue();
466 LocCookie = CI->getZExtValue();
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp309 if (cast<ConstantSDNode>(LD->getOffset())->getZExtValue() != 1)
315 if (cast<ConstantSDNode>(LD->getOffset())->getZExtValue() != 2)
/external/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp100 Offset = CurDAG->getTargetConstant(CN->getZExtValue(), SDLoc(Addr),
185 Flag = C->getZExtValue();
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp312 if (cast<ConstantSDNode>(LD->getOffset())->getZExtValue() != 1)
318 if (cast<ConstantSDNode>(LD->getOffset())->getZExtValue() != 2)
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp215 Reg = fastEmit_i(VT, VT, ISD::Constant, CI->getZExtValue());
416 CI->getZExtValue(), VT.getSimpleVT());
503 uint64_t Field = cast<ConstantInt>(Idx)->getZExtValue();
624 Ops.push_back(MachineOperand::CreateImm(ID->getZExtValue()));
630 Ops.push_back(MachineOperand::CreateImm(NumBytes->getZExtValue()));
734 unsigned NumArgs = NumArgsVal->getZExtValue();
765 Ops.push_back(MachineOperand::CreateImm(ID->getZExtValue()));
771 Ops.push_back(MachineOperand::CreateImm(NumBytes->getZExtValue()));
776 cast<ConstantInt>(C->getOperand(0))->getZExtValue();
781 cast<ConstantInt>(C->getOperand(0))->getZExtValue();
[all...]
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp380 if (Idx->getZExtValue() >= NumElements)
405 if (!IdxVal || IdxVal->getZExtValue() >= NumElements)
528 unsigned Val = cast<ConstantInt>(GEP->getOperand(2))->getZExtValue();
798 if (NElements->getZExtValue() == 1)
802 GlobalType = ArrayType::get(AllocTy, NElements->getZExtValue());
1175 unsigned FieldNo = cast<ConstantInt>(GEPI->getOperand(2))->getZExtValue();
1459 if (NElements->getZExtValue() * DL.getTypeAllocSize(AllocTy) < 2048) {
2116 unsigned Idx = CU->getZExtValue();
2137 assert(CI->getZExtValue() < NumElts);
2138 Elts[CI->getZExtValue()]
[all...]
/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp157 Len = LengthArg->getZExtValue();
290 Length = LengthArg->getZExtValue();
382 Len = LengthArg->getZExtValue();
635 Str = Str.substr(0, LenC->getZExtValue());
706 uint64_t Len = LenC->getZExtValue();
804 if (!FillValue || FillValue->getZExtValue() != 0)
1819 uint64_t Bytes = SizeC->getZExtValue() * CountC->getZExtValue();
2203 return ObjSizeCI->getZExtValue() >= Len;
2206 return ObjSizeCI->getZExtValue() >
[all...]
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp205 uint64_t Fill = FillC->getZExtValue()*0x0101010101010101ULL;
397 ShiftAmts.push_back((int)ShiftVal.getZExtValue());
492 uint8_t Imm = CInt->getZExtValue();
560 unsigned Index = APIndex.getZExtValue();
564 unsigned Length = APLength == 0 ? 64 : APLength.getZExtValue();
609 return LowConstantHighUndef(Elt.getZExtValue());
640 unsigned Index = APIndex.getZExtValue();
644 unsigned Length = APLength == 0 ? 64 : APLength.getZExtValue();
704 Constant *Args[] = {ConstantInt::get(IntTy64, Val.getZExtValue()),
753 int8_t Index = cast<ConstantInt>(COp)->getValue().getZExtValue();
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp104 Elts = CArrTy->getSize().getZExtValue();
/external/llvm/examples/ParallelJIT/
H A DParallelJIT.cpp255 return (void*)(intptr_t)gv.IntVal.getZExtValue();
/external/llvm/include/llvm/Transforms/Utils/
H A DLocal.h216 uint64_t OpValue = cast<ConstantInt>(OpC)->getZExtValue();
/external/llvm/lib/IR/
H A DDebugInfo.cpp293 return Val->getZExtValue();
H A DDiagnosticInfo.cpp105 LocCookie = CI->getZExtValue();
/external/llvm/lib/ProfileData/
H A DInstrProf.cpp741 if (KindInt->getZExtValue() != ValueKind)
748 TotalC = TotalCInt->getZExtValue();
760 ValueData[ActualNumValueData].Value = Value->getZExtValue();
761 ValueData[ActualNumValueData].Count = Count->getZExtValue();
/external/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp278 .getZExtValue());
642 cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue();
667 cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
1895 ->getZExtValue();
1904 ->getZExtValue();
1927 unsigned Idx = cast<ConstantSDNode>(Swz[i])->getZExtValue();
1935 unsigned Idx = cast<ConstantSDNode>(Swz[i])->getZExtValue();
2015 unsigned Elt = cast<ConstantSDNode>(EltNo)->getZExtValue();
2053 unsigned Element = Const->getZExtValue();
2060 unsigned Element = Const->getZExtValue();
[all...]
/external/llvm/lib/Target/WebAssembly/InstPrinter/
H A DWebAssemblyInstPrinter.cpp120 utohexstr(AI.getZExtValue() &
/external/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp102 if (!C->getZExtValue())
/external/llvm/unittests/IR/
H A DMDBuilderTest.cpp105 EXPECT_EQ(mdconst::extract<ConstantInt>(N2->getOperand(2))->getZExtValue(),
/external/swiftshader/third_party/LLVM/examples/ParallelJIT/
H A DParallelJIT.cpp234 return (void*)(intptr_t)gv.IntVal.getZExtValue();
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp64 return GenVal->IntVal.getZExtValue();
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp45 uint64_t SizeVal = ConstantSize->getZExtValue();
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
H A DMBlazeAsmPrinter.cpp226 printHex32(fp->getValueAPF().bitcastToAPInt().getZExtValue(), O);

Completed in 1648 milliseconds

1234567891011>>