Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCSEMIRBuilder.cpp287 auto MaybeCsts = ConstantFoldCountZeros(SrcOps[0].getReg(), *getMRI(), CB); in buildInstr() local
288 if (!MaybeCsts) in buildInstr()
290 if (MaybeCsts->size() == 1) in buildInstr()
291 return buildConstant(DstOps[0], (*MaybeCsts)[0]); in buildInstr()
295 for (unsigned Cst : *MaybeCsts) in buildInstr()