Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenBuiltin.cpp232 return getUndefRValue(e->getType()); in emitBuiltinExpr()
H A DCIRGenCall.cpp610 return getUndefRValue(retTy); in emitCall()
642 return getUndefRValue(retTy); in emitCall()
H A DCIRGenFunction.h582 RValue getUndefRValue(clang::QualType ty);
H A DCIRGenExpr.cpp1200 RValue CIRGenFunction::getUndefRValue(QualType ty) { in getUndefRValue() function in CIRGenFunction