Searched refs:IndexVal (Results 1 – 6 of 6) sorted by relevance
110 auto *IndexVal = ConstantInt::get(Type::getInt8Ty(Context), Index); in makeSubFnCall() local116 auto *Call = CallInst::Create(Fn, {Arg, IndexVal}, "", InsertPt); in makeSubFnCall()
295 ConstantInt *IndexVal = Shape.getIndex(SuspendIndex); in createResumeEntryBlock() local313 Builder.CreateStore(IndexVal, GepIndex); in createResumeEntryBlock()346 Switch->addCase(IndexVal, ResumeBB); in createResumeEntryBlock()
2181 int64_t IndexVal = CI->getSExtValue(); in isIndexInRangeOfArrayType() local2182 if (IndexVal < 0 || (NumElements > 0 && (uint64_t)IndexVal >= NumElements)) in isIndexInRangeOfArrayType()
1291 unsigned IndexVal = in LowerSIGN_EXTEND_INREG() local1297 DAG.getConstant(IndexVal * Scale, DL, Index.getValueType()); in LowerSIGN_EXTEND_INREG()
4391 Value *IndexVal = GEP->getOperand(FinalIndex); in getUniformBase() local4410 Constant *C = dyn_cast<Constant>(IndexVal); in getUniformBase()4411 if (!C && !SDB->findValue(IndexVal)) in getUniformBase()4435 Index = SDB->getValue(IndexVal); in getUniformBase()
11402 uint64_t IndexVal = CIndex->getZExtValue(); in replaceSplatVectorStore() local11403 if (IndexVal >= NumVecElts) in replaceSplatVectorStore()11405 IndexNotInserted.reset(IndexVal); in replaceSplatVectorStore()