Home | History | Annotate | Download | only in ExecutionEngine

Lines Matching defs:BitWidth

567       uint32_t BitWidth = cast<IntegerType>(CE->getType())->getBitWidth();
568 GV.IntVal = GV.IntVal.trunc(BitWidth);
573 uint32_t BitWidth = cast<IntegerType>(CE->getType())->getBitWidth();
574 GV.IntVal = GV.IntVal.zext(BitWidth);
579 uint32_t BitWidth = cast<IntegerType>(CE->getType())->getBitWidth();
580 GV.IntVal = GV.IntVal.sext(BitWidth);
628 uint32_t BitWidth = cast<IntegerType>(CE->getType())->getBitWidth();
630 GV.IntVal = APIntOps::RoundFloatToAPInt(GV.FloatVal, BitWidth);
632 GV.IntVal = APIntOps::RoundDoubleToAPInt(GV.DoubleVal, BitWidth);
637 (void)apf.convertToInteger(&v, BitWidth,