Searched refs:NumConstants (Results 1 – 4 of 4) sorted by relevance
147 int NumConstants = (BitSize + 63) / 64; in getIntImmCostInst() local149 return (Cost <= NumConstants * TTI::TCC_Basic) in getIntImmCostInst()184 int NumConstants = (BitSize + 63) / 64; in getIntImmCostIntrin() local186 return (Cost <= NumConstants * TTI::TCC_Basic) in getIntImmCostIntrin()
4435 int NumConstants = divideCeil(BitSize, 64); in getIntImmCostInst() local4437 return (Cost <= NumConstants * TTI::TCC_Basic) in getIntImmCostInst()
10347 unsigned NumConstants = NumElems; in LowerBUILD_VECTOR() local10357 NumConstants--; in LowerBUILD_VECTOR()10411 if (NumConstants == NumElems - 1 && NumNonZero != 1 && in LowerBUILD_VECTOR()
5122 unsigned NumConstants = 0; in buildVector() local5127 NumConstants += 1; in buildVector()5137 if (NumConstants > 0) { in buildVector()