Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp1461 bool AllowFP = true, in isConstantScalar() argument
1468 return AllowFP; in isConstantScalar()
1498 bool AllowFP, bool AllowOpaqueConstants) { in isConstantOrConstantVector() argument
1499 if (isConstantScalar(MI, MRI, AllowFP, AllowOpaqueConstants)) in isConstantOrConstantVector()
1508 if (!isConstantScalar(*ElementDef, MRI, AllowFP, AllowOpaqueConstants)) in isConstantOrConstantVector()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DUtils.h471 bool AllowFP = true,