Lines Matching refs:BitSize
61 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCost() local
62 if (BitSize == 0) in getIntImmCost()
67 if (BitSize & 0x3f) in getIntImmCost()
68 ImmVal = Imm.sext((BitSize + 63) & ~0x3fU); in getIntImmCost()
73 for (unsigned ShiftVal = 0; ShiftVal < BitSize; ShiftVal += 64) { in getIntImmCost()
86 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCost() local
89 if (BitSize == 0) in getIntImmCost()
139 int NumConstants = (BitSize + 63) / 64; in getIntImmCost()
152 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCost() local
155 if (BitSize == 0) in getIntImmCost()
168 int NumConstants = (BitSize + 63) / 64; in getIntImmCost()