Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp4992 llvm::Value *tempSize = nullptr; in EmitCall() local
5014 tempSize = EmitLifetimeStart(scalarSize, AllocaAddr.getPointer()); in EmitCall()
5031 if (tempSize) { in EmitCall()
5032 EmitLifetimeEnd(tempSize, AllocaAddr.getPointer()); in EmitCall()