Searched refs:DestPtrType (Results 1 – 2 of 2) sorted by relevance
1380 auto *DestPtrType = DestType->getAs<PointerType>(); in IsAddressSpaceConversion() local1381 if (!DestPtrType) in IsAddressSpaceConversion()1384 DestPtrType->getPointeeType().getAddressSpace(); in IsAddressSpaceConversion()2655 auto DestPtrType = DestType->getAs<PointerType>(); in TryAddressSpaceCast() local2656 if (!DestPtrType) in TryAddressSpaceCast()2659 auto DestPointeeType = DestPtrType->getPointeeType(); in TryAddressSpaceCast()
710 QualType DestPtrType = E->getArg(1)->getType()->getPointeeType(); in emitSincosBuiltin() local711 LValue SinLV = CGF.MakeNaturalAlignAddrLValue(Dest0, DestPtrType); in emitSincosBuiltin()712 LValue CosLV = CGF.MakeNaturalAlignAddrLValue(Dest1, DestPtrType); in emitSincosBuiltin()741 QualType DestPtrType = E->getArg(1)->getType()->getPointeeType(); in emitModfBuiltin() local742 LValue IntegralLV = CGF.MakeNaturalAlignAddrLValue(IntPartDest, DestPtrType); in emitModfBuiltin()