Searched refs:getScalarIntBitWidth (Results 1 – 6 of 6) sorted by relevance
119 SizeT getScalarIntBitWidth(Type Ty);
262 SizeT getScalarIntBitWidth(Type Ty) { in getScalarIntBitWidth() function
1848 getScalarIntBitWidth(SourceType) > getScalarIntBitWidth(TargetType); in isIntTruncCastValid()2480 Ice::SizeT BitWidth = Ice::getScalarIntBitWidth(CondTy); in ProcessRecord()2853 BitcodeInt Value(Ice::getScalarIntBitWidth(NextConstantType), in ProcessRecord()
2303 Operand *ShAmtImm = shAmtImm(32 - getScalarIntBitWidth(Ty)); in div0Check()4616 const int32_t ShAmt = 32 - getScalarIntBitWidth(Src0->getType()); in lowerInt8AndInt16IcmpCond()6225 const size_t ShiftAmt = 32 - getScalarIntBitWidth(Src0->getType()); in lowerSwitch()
614 const SizeT MaxShift = getScalarIntBitWidth(ElmtTy); in encodeSIMDShiftImm6()
4331 const uint32_t ShAmt = INT32_BITS - getScalarIntBitWidth(Src0->getType()); in lowerIcmp()