Searched refs:isF64 (Results 1 – 2 of 2) sorted by relevance
455 bool isF64 = Ty->isFloatingType() && getContext().getTypeSize(Ty) == 64; in EmitVAArg() local474 if (isI64 || (isF64 && IsSoftFloatABI)) { in EmitVAArg()521 Builder.getInt8((isI64 || (isF64 && IsSoftFloatABI)) ? 2 : 1)); in EmitVAArg()
31873 bool isF64 = ArgVT == MVT::f64; in LowerFSINCOS() local31878 RTLIB::Libcall LC = isF64 ? RTLIB::SINCOS_STRET_F64 : RTLIB::SINCOS_STRET_F32; in LowerFSINCOS()31883 Type *RetTy = isF64 ? (Type *)StructType::get(ArgTy, ArgTy) in LowerFSINCOS()31893 if (isF64) in LowerFSINCOS()