Home
last modified time | relevance | path

Searched refs:IndexVal (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp53 auto *IndexVal = ConstantInt::get(Type::getInt8Ty(Context), Index); in makeSubFnCall() local
59 auto *Call = CallInst::Create(Fn, {Arg, IndexVal}, "", InsertPt); in makeSubFnCall()
H A DCoroSplit.cpp388 ConstantInt *IndexVal = Shape.getIndex(SuspendIndex); in createResumeEntryBlock() local
412 Builder.CreateStore(IndexVal, GepIndex); in createResumeEntryBlock()
446 Switch->addCase(IndexVal, ResumeBB); in createResumeEntryBlock()
/openbsd-src/gnu/llvm/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cpp391 Value IndexVal(Data->IndexType, Index); in handleOutOfBoundsImpl() local
393 << IndexVal << Data->ArrayType; in handleOutOfBoundsImpl()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstantFold.cpp1953 int64_t IndexVal = CI->getSExtValue(); in isIndexInRangeOfArrayType() local
1954 if (IndexVal < 0 || (NumElements > 0 && (uint64_t)IndexVal >= NumElements)) in isIndexInRangeOfArrayType()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1865 unsigned IndexVal = cast<ConstantSDNode>(Index)->getZExtValue(); in LowerSIGN_EXTEND_INREG() local
1870 DAG.getConstant(IndexVal * Scale, DL, Index->getValueType(0)); in LowerSIGN_EXTEND_INREG()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExpr.cpp973 llvm::Value *IndexVal = Builder.CreateIntCast(Index, SizeTy, IndexSigned); in EmitBoundsCheck() local
981 llvm::Value *Check = Accessed ? Builder.CreateICmpULT(IndexVal, BoundVal) in EmitBoundsCheck()
982 : Builder.CreateICmpULE(IndexVal, BoundVal); in EmitBoundsCheck()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4444 const Value *IndexVal = GEP->getOperand(GEP->getNumOperands() - 1); in getUniformBase() local
4447 if (BasePtr->getType()->isVectorTy() || !IndexVal->getType()->isVectorTy()) in getUniformBase()
4458 Index = SDB->getValue(IndexVal); in getUniformBase()
H A DDAGCombiner.cpp20711 unsigned IndexVal = in visitEXTRACT_VECTOR_ELT() local
20713 SDValue Elt = VecOp.getOperand(IndexVal); in visitEXTRACT_VECTOR_ELT()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp18728 uint64_t IndexVal = CIndex->getZExtValue(); in replaceSplatVectorStore() local
18729 if (IndexVal >= NumVecElts) in replaceSplatVectorStore()
18731 IndexNotInserted.reset(IndexVal); in replaceSplatVectorStore()