Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isF64

3485   bool isF64 = Ty->isFloatingType() && getContext().getTypeSize(Ty) == 64;
3504 if (isI64 || (isF64 && IsSoftFloatABI)) {
3551 Builder.getInt8((isI64 || (isF64 && IsSoftFloatABI)) ? 2 : 1));