Home
last modified time | relevance | path

Searched refs:AllowFP (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp1141 bool AllowFP = true, in isConstantScalar() argument
1148 return AllowFP; in isConstantScalar()
1178 bool AllowFP, bool AllowOpaqueConstants) { in isConstantOrConstantVector() argument
1179 if (isConstantScalar(MI, MRI, AllowFP, AllowOpaqueConstants)) in isConstantOrConstantVector()
1188 if (!isConstantScalar(*ElementDef, MRI, AllowFP, AllowOpaqueConstants)) in isConstantOrConstantVector()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DUtils.h431 bool AllowFP = true,