Lines Matching refs:createTrunc
463 Value *Nucleus::createTrunc(Value *V, Type *destType) in createTrunc() function in sw::Nucleus
935 Value *integer = Nucleus::createTrunc(cast.value, Byte::getType()); in Byte()
942 Value *integer = Nucleus::createTrunc(cast.value, Byte::getType()); in Byte()
949 Value *integer = Nucleus::createTrunc(cast.value, Byte::getType()); in Byte()
1201 Value *integer = Nucleus::createTrunc(cast.value, SByte::getType()); in SByte()
1208 Value *integer = Nucleus::createTrunc(cast.value, SByte::getType()); in SByte()
1455 Value *integer = Nucleus::createTrunc(cast.value, Short::getType()); in Short()
1702 Value *integer = Nucleus::createTrunc(cast.value, UShort::getType()); in UShort()
1709 Value *integer = Nucleus::createTrunc(cast.value, UShort::getType()); in UShort()
3807 Value *integer = Nucleus::createTrunc(cast.value, Int::getType()); in Int()
4259 Value *integer = Nucleus::createTrunc(cast.value, UInt::getType()); in UInt()