Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp109 auto *IndexVal = ConstantInt::get(Type::getInt8Ty(Context), Index); in makeSubFnCall() local
115 auto *Call = CallInst::Create(Fn, {Arg, IndexVal}, "", InsertPt); in makeSubFnCall()
H A DCoroSplit.cpp357 ConstantInt *IndexVal = Shape.getIndex(SuspendIndex); in createResumeEntryBlock() local
375 Builder.CreateStore(IndexVal, GepIndex); in createResumeEntryBlock()
408 Switch->addCase(IndexVal, ResumeBB); in createResumeEntryBlock()
/netbsd/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_handlers.cc293 Value IndexVal(Data->IndexType, Index); in handleOutOfBoundsImpl() local
295 << IndexVal << Data->ArrayType; in handleOutOfBoundsImpl()
/netbsd/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_handlers.cc289 Value IndexVal(Data->IndexType, Index); in handleOutOfBoundsImpl() local
291 << IndexVal << Data->ArrayType; in handleOutOfBoundsImpl()
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_handlers.cc289 Value IndexVal(Data->IndexType, Index); in handleOutOfBoundsImpl() local
291 << IndexVal << Data->ArrayType; in handleOutOfBoundsImpl()
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantFold.cpp2349 int64_t IndexVal = CI->getSExtValue(); in isIndexInRangeOfArrayType() local
2350 if (IndexVal < 0 || (NumElements > 0 && (uint64_t)IndexVal >= NumElements)) in isIndexInRangeOfArrayType()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1661 unsigned IndexVal = cast<ConstantSDNode>(Index)->getZExtValue(); in LowerSIGN_EXTEND_INREG() local
1666 DAG.getConstant(IndexVal * Scale, DL, Index->getValueType(0)); in LowerSIGN_EXTEND_INREG()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExpr.cpp1005 llvm::Value *IndexVal = Builder.CreateIntCast(Index, SizeTy, IndexSigned); in EmitBoundsCheck() local
1013 llvm::Value *Check = Accessed ? Builder.CreateICmpULT(IndexVal, BoundVal) in EmitBoundsCheck()
1014 : Builder.CreateICmpULE(IndexVal, BoundVal); in EmitBoundsCheck()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4386 const Value *IndexVal = GEP->getOperand(GEP->getNumOperands() - 1); in getUniformBase() local
4389 if (BasePtr->getType()->isVectorTy() || !IndexVal->getType()->isVectorTy()) in getUniformBase()
4393 Index = SDB->getValue(IndexVal); in getUniformBase()
H A DDAGCombiner.cpp18557 unsigned IndexVal = in visitEXTRACT_VECTOR_ELT() local
18559 SDValue Elt = VecOp.getOperand(IndexVal); in visitEXTRACT_VECTOR_ELT()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp14487 uint64_t IndexVal = CIndex->getZExtValue(); in replaceSplatVectorStore() local
14488 if (IndexVal >= NumVecElts) in replaceSplatVectorStore()
14490 IndexNotInserted.reset(IndexVal); in replaceSplatVectorStore()