Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp2028 std::optional<ValueAndVReg> MayBeConstant = in getConstant() local
2030 if (!MayBeConstant) in getConstant()
2032 return GIConstant(MayBeConstant->Value, GIConstantKind::ScalableVector); in getConstant()
2040 std::optional<ValueAndVReg> MayBeConstant = in getConstant() local
2042 if (!MayBeConstant) in getConstant()
2044 Values.push_back(MayBeConstant->Value); in getConstant()
2049 std::optional<ValueAndVReg> MayBeConstant = in getConstant() local
2051 if (!MayBeConstant) in getConstant()
2054 return GIConstant(MayBeConstant->Value, GIConstantKind::Scalar); in getConstant()
2068 std::optional<FPValueAndVReg> MayBeConstant = in getConstant() local
[all …]