Lines Matching defs:BitWidth
639 uint32_t BitWidth = cast<IntegerType>(CE->getType())->getBitWidth();
640 GV.IntVal = GV.IntVal.trunc(BitWidth);
645 uint32_t BitWidth = cast<IntegerType>(CE->getType())->getBitWidth();
646 GV.IntVal = GV.IntVal.zext(BitWidth);
651 uint32_t BitWidth = cast<IntegerType>(CE->getType())->getBitWidth();
652 GV.IntVal = GV.IntVal.sext(BitWidth);
700 uint32_t BitWidth = cast<IntegerType>(CE->getType())->getBitWidth();
702 GV.IntVal = APIntOps::RoundFloatToAPInt(GV.FloatVal, BitWidth);
704 GV.IntVal = APIntOps::RoundDoubleToAPInt(GV.DoubleVal, BitWidth);
709 (void)apf.convertToInteger(&v, BitWidth,