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.cpp293 auto MaybeCsts = ConstantFoldCountZeros(SrcOps[0].getReg(), *getMRI(), CB); in buildInstr() local
294 if (!MaybeCsts) in buildInstr()
296 if (MaybeCsts->size() == 1) in buildInstr()
297 return buildConstant(DstOps[0], (*MaybeCsts)[0]); in buildInstr()
301 for (unsigned Cst : *MaybeCsts) in buildInstr()