Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp1158 bool AllowOpaqueConstants = true) { in isConstantScalar() argument
1169 return AllowOpaqueConstants; in isConstantScalar()
1194 bool AllowFP, bool AllowOpaqueConstants) { in isConstantOrConstantVector() argument
1195 if (isConstantScalar(MI, MRI, AllowFP, AllowOpaqueConstants)) in isConstantOrConstantVector()
1204 if (!isConstantScalar(*ElementDef, MRI, AllowFP, AllowOpaqueConstants)) in isConstantOrConstantVector()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DUtils.h433 bool AllowOpaqueConstants = true);