Searched refs:NumConstants (Results 1 – 4 of 4) sorted by relevance
139 int NumConstants = (BitSize + 63) / 64; in getIntImmCost() local141 return (Cost <= NumConstants * TTI::TCC_Basic) in getIntImmCost()168 int NumConstants = (BitSize + 63) / 64; in getIntImmCost() local170 return (Cost <= NumConstants * TTI::TCC_Basic) in getIntImmCost()
2655 int NumConstants = divideCeil(BitSize, 64); in getIntImmCost() local2657 return (Cost <= NumConstants * TTI::TCC_Basic) in getIntImmCost()
8884 unsigned NumConstants = NumElems; in LowerBUILD_VECTOR() local8892 NumConstants--; in LowerBUILD_VECTOR()8913 if (NumConstants == NumElems - 1 && NumNonZero != 1 && in LowerBUILD_VECTOR()
4467 unsigned NumConstants = 0; in buildVector() local4472 NumConstants += 1; in buildVector()4482 if (NumConstants > 0) { in buildVector()