Searched refs:AllowFP (Results 1 – 2 of 2) sorted by relevance
1461 bool AllowFP = true, in isConstantScalar() argument1468 return AllowFP; in isConstantScalar()1498 bool AllowFP, bool AllowOpaqueConstants) { in isConstantOrConstantVector() argument1499 if (isConstantScalar(MI, MRI, AllowFP, AllowOpaqueConstants)) in isConstantOrConstantVector()1508 if (!isConstantScalar(*ElementDef, MRI, AllowFP, AllowOpaqueConstants)) in isConstantOrConstantVector()
471 bool AllowFP = true,