Lines Matching full:bitwidth
590 uint32_t BitWidth = cast<IntegerType>(CE->getType())->getBitWidth();
591 GV.IntVal = GV.IntVal.trunc(BitWidth);
596 uint32_t BitWidth = cast<IntegerType>(CE->getType())->getBitWidth();
597 GV.IntVal = GV.IntVal.zext(BitWidth);
602 uint32_t BitWidth = cast<IntegerType>(CE->getType())->getBitWidth();
603 GV.IntVal = GV.IntVal.sext(BitWidth);
651 uint32_t BitWidth = cast<IntegerType>(CE->getType())->getBitWidth();
653 GV.IntVal = APIntOps::RoundFloatToAPInt(GV.FloatVal, BitWidth);
655 GV.IntVal = APIntOps::RoundDoubleToAPInt(GV.DoubleVal, BitWidth);
660 (void)apf.convertToInteger(&v, BitWidth,