reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGBuiltin.cpp
 1755       return RValue::get(emitFPToIntRoundBuiltin(*this, E, Intrinsic::lround));
 1763       return RValue::get(emitFPToIntRoundBuiltin(*this, E, Intrinsic::llround));
 1771       return RValue::get(emitFPToIntRoundBuiltin(*this, E, Intrinsic::lrint));
 1779       return RValue::get(emitFPToIntRoundBuiltin(*this, E, Intrinsic::llrint));