Searched refs:GetUndefRValue (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp4507 return GetUndefRValue(RetTy);
4564 return GetUndefRValue(RetTy);
H A DCGExpr.cpp1147 RValue CodeGenFunction::GetUndefRValue(QualType Ty) { function in class:CodeGenFunction
1176 return GetUndefRValue(E->getType());
H A DCodeGenFunction.h3348 /// GetUndefRValue - Get an appropriate 'undef' rvalue for the given type.
3349 RValue GetUndefRValue(QualType Ty);
H A DCGBuiltin.cpp4371 return GetUndefRValue(E->getType());

Completed in 120 milliseconds