Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1852 uint64_t AllocArgIndex = in RemovePreallocated() local
1854 Value *AllocaReplacement = ArgAllocas[AllocArgIndex]; in RemovePreallocated()
1867 ArgAllocas[AllocArgIndex] = BitCast; in RemovePreallocated()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DVerifier.cpp4759 auto *AllocArgIndex = dyn_cast<ConstantInt>(UseCall->getArgOperand(1)); in visitIntrinsicCall() local
4760 Assert(AllocArgIndex != nullptr, in visitIntrinsicCall()
4762 auto AllocArgIndexInt = AllocArgIndex->getValue(); in visitIntrinsicCall()