Lines Matching defs:isF64
32707 bool isF64 = ArgVT == MVT::f64;32712 RTLIB::Libcall LC = isF64 ? RTLIB::SINCOS_STRET_F64 : RTLIB::SINCOS_STRET_F32;32717 Type *RetTy = isF64 ? (Type *)StructType::get(ArgTy, ArgTy)32727 if (isF64)