Searched defs:DestBitWidth (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/VMCore/
H A DConstantFold.cpp590 uint32_t DestBitWidth = cast<IntegerType>(DestTy)->getBitWidth(); local
591 (void) V.convertToInteger(x, DestBitWidth, opc==Instruction::FPToSI,
593 APInt Val(DestBitWidth, x);
671 uint32_t DestBitWidth = cast<IntegerType>(DestTy)->getBitWidth(); local
674 CI->getValue().trunc(DestBitWidth));
680 if ((DestBitWidth & 7) == 0 &&
682 if (Constant *Res = ExtractConstantBytes(V, 0, DestBitWidth / 8))

Completed in 70 milliseconds