reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4221 if (isInt || IsSoftFloatABI) { 4230 if (isI64 || (isF64 && IsSoftFloatABI)) { 4258 if (!(isInt || IsSoftFloatABI)) { 4265 CharUnits RegSize = CharUnits::fromQuantity((isInt || IsSoftFloatABI) ? 4 : 8); 4276 Builder.getInt8((isI64 || (isF64 && IsSoftFloatABI)) ? 2 : 1));