Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp1462 bool AllowOpaqueConstants = true) { in isConstantScalar() argument
1473 return AllowOpaqueConstants; 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.h472 bool AllowOpaqueConstants = true);