Searched refs:isF64 (Results 1 – 2 of 2) sorted by relevance
3709 bool isF64 = Ty->isFloatingType() && getContext().getTypeSize(Ty) == 64; in EmitVAArg() local3728 if (isI64 || (isF64 && IsSoftFloatABI)) { in EmitVAArg()3775 Builder.getInt8((isI64 || (isF64 && IsSoftFloatABI)) ? 2 : 1)); in EmitVAArg()
24920 bool isF64 = ArgVT == MVT::f64; in LowerFSINCOS() local24925 RTLIB::Libcall LC = isF64 ? RTLIB::SINCOS_STRET_F64 : RTLIB::SINCOS_STRET_F32; in LowerFSINCOS()24930 Type *RetTy = isF64 ? (Type *)StructType::get(ArgTy, ArgTy) in LowerFSINCOS()24940 if (isF64) in LowerFSINCOS()