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.cpp1480 bool AllowFP = true, in isConstantScalar() argument
1487 return AllowFP; in isConstantScalar()
1517 bool AllowFP, bool AllowOpaqueConstants) { in isConstantOrConstantVector() argument
1518 if (isConstantScalar(MI, MRI, AllowFP, AllowOpaqueConstants)) in isConstantOrConstantVector()
1527 if (!isConstantScalar(*ElementDef, MRI, AllowFP, AllowOpaqueConstants)) in isConstantOrConstantVector()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DUtils.h488 bool AllowFP = true,