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

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1884 uint64_t AllocArgIndex = local
1886 Value *AllocaReplacement = ArgAllocas[AllocArgIndex];
1895 ArgAllocas[AllocArgIndex] = Alloca;
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp5306 auto *AllocArgIndex = dyn_cast<ConstantInt>(UseCall->getArgOperand(1)); local
5307 Check(AllocArgIndex != nullptr,
5309 auto AllocArgIndexInt = AllocArgIndex->getValue();

Completed in 198 milliseconds