Searched refs:MaybeCst (Results 1 – 3 of 3) sorted by relevance
201 if (auto MaybeCst = in buildInstr() local203 return buildConstant(Dst, *MaybeCst); in buildInstr()
1596 const ConstantFP *MaybeCst = getConstantFPVRegVal(Op, MRI); in constantFoldFpUnary() local1597 if (!MaybeCst) in constantFoldFpUnary()1600 APFloat V = MaybeCst->getValueAPF(); in constantFoldFpUnary()3178 auto MaybeCst = getBuildVectorConstantSplat(*CstDef, MRI); in matchNotCmp() local3179 if (!MaybeCst) in matchNotCmp()3181 if (!isConstValidTrue(TLI, Ty.getScalarSizeInBits(), *MaybeCst, true, IsFP)) in matchNotCmp()
66 if (auto MaybeCst = getConstantVRegSExtVal(Reg, MRI)) { in match() local67 CR = *MaybeCst; in match()80 if (auto MaybeCst = getConstantVRegValWithLookThrough( in match() local83 CR = MaybeCst->VReg; in match()