Home
last modified time | relevance | path

Searched refs:AllocArgIndex (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1921 uint64_t AllocArgIndex = in RemovePreallocated() local
1923 Value *AllocaReplacement = ArgAllocas[AllocArgIndex]; in RemovePreallocated()
1934 ArgAllocas[AllocArgIndex] = BitCast; in RemovePreallocated()
/llvm-project-15.0.7/llvm/lib/IR/
H A DVerifier.cpp5030 auto *AllocArgIndex = dyn_cast<ConstantInt>(UseCall->getArgOperand(1)); in visitIntrinsicCall() local
5031 Check(AllocArgIndex != nullptr, in visitIntrinsicCall()
5033 auto AllocArgIndexInt = AllocArgIndex->getValue(); in visitIntrinsicCall()