Lines Matching full:bitwidth
558 uint32_t BitWidth = cast<IntegerType>(CE->getType())->getBitWidth();
559 GV.IntVal = GV.IntVal.trunc(BitWidth);
564 uint32_t BitWidth = cast<IntegerType>(CE->getType())->getBitWidth();
565 GV.IntVal = GV.IntVal.zext(BitWidth);
570 uint32_t BitWidth = cast<IntegerType>(CE->getType())->getBitWidth();
571 GV.IntVal = GV.IntVal.sext(BitWidth);
619 uint32_t BitWidth = cast<IntegerType>(CE->getType())->getBitWidth();
621 GV.IntVal = APIntOps::RoundFloatToAPInt(GV.FloatVal, BitWidth);
623 GV.IntVal = APIntOps::RoundDoubleToAPInt(GV.DoubleVal, BitWidth);
628 (void)apf.convertToInteger(&v, BitWidth,