Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCall.cpp5085 llvm::Value *tempSize = nullptr; in EmitCall() local
5107 tempSize = EmitLifetimeStart(scalarSize, AllocaAddr.getPointer()); in EmitCall()
5124 if (tempSize) { in EmitCall()
5125 EmitLifetimeEnd(tempSize, AllocaAddr.getPointer()); in EmitCall()