Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGCall.cpp4170 llvm::Value *tempSize = nullptr; in EmitCall() local
4192 tempSize = EmitLifetimeStart(scalarSize, AllocaAddr.getPointer()); in EmitCall()
4209 if (tempSize) { in EmitCall()
4210 EmitLifetimeEnd(tempSize, AllocaAddr.getPointer()); in EmitCall()