Searched refs:IndexVal (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/ |
| H A D | Coroutines.cpp | 53 auto *IndexVal = ConstantInt::get(Type::getInt8Ty(Context), Index); in makeSubFnCall() local 59 auto *Call = CallInst::Create(Fn, {Arg, IndexVal}, "", InsertPt); in makeSubFnCall()
|
| H A D | CoroSplit.cpp | 388 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 D | ubsan_handlers.cpp | 391 Value IndexVal(Data->IndexType, Index); in handleOutOfBoundsImpl() local 393 << IndexVal << Data->ArrayType; in handleOutOfBoundsImpl()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | ConstantFold.cpp | 1953 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 D | WebAssemblyISelLowering.cpp | 1865 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 D | CGExpr.cpp | 973 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 D | SelectionDAGBuilder.cpp | 4444 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 D | DAGCombiner.cpp | 20711 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 D | AArch64ISelLowering.cpp | 18728 uint64_t IndexVal = CIndex->getZExtValue(); in replaceSplatVectorStore() local 18729 if (IndexVal >= NumVecElts) in replaceSplatVectorStore() 18731 IndexNotInserted.reset(IndexVal); in replaceSplatVectorStore()
|