Searched refs:ScalarC (Results 1 – 3 of 3) sorted by relevance
1367 Constant *ScalarC; in hoistInsEltConst() local1372 match(InsElt2.getOperand(1), m_Constant(ScalarC)) && in hoistInsEltConst()1374 Value *NewInsElt1 = Builder.CreateInsertElement(X, ScalarC, IdxC2); in hoistInsEltConst()
6040 Constant *ScalarC = C->getSplatValue(/* AllowUndefs */ true); in foldVectorCmp() local6042 if (ScalarC && match(M, m_SplatOrUndefMask(MaskSplatIndex))) { in foldVectorCmp()6046 ScalarC); in foldVectorCmp()
10078 double ScalarC = *VF.ScalarCost.getValue(); in areRuntimeChecksProfitable() local10079 if (ScalarC == 0) in areRuntimeChecksProfitable()10119 double MinTC1 = RtC / (ScalarC - VecCOverVF); in areRuntimeChecksProfitable()10128 double MinTC2 = RtC * 10 / ScalarC; in areRuntimeChecksProfitable()