Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp745 LValue IntegralLV = CGF.MakeNaturalAlignAddrLValue(IntPartDest, DestPtrType); in emitModfBuiltin()
746 CGF.EmitStoreOfScalar(IntegralResult, IntegralLV); in emitModfBuiltin()
742 LValue IntegralLV = CGF.MakeNaturalAlignAddrLValue(IntPartDest, DestPtrType); emitModfBuiltin() local