Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1898 uint64_t AllocArgIndex = in RemovePreallocated() local
1900 Value *AllocaReplacement = ArgAllocas[AllocArgIndex]; in RemovePreallocated()
1909 ArgAllocas[AllocArgIndex] = Alloca; in RemovePreallocated()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp5769 auto *AllocArgIndex = dyn_cast<ConstantInt>(UseCall->getArgOperand(1)); in visitIntrinsicCall() local
5770 Check(AllocArgIndex != nullptr, in visitIntrinsicCall()
5772 auto AllocArgIndexInt = AllocArgIndex->getValue(); in visitIntrinsicCall()