Lines Matching full:apint
409 GVArgc.IntVal = APInt(32, argv.size());
585 // Although the value is undefined, we still have to construct an APInt
587 Result.IntVal = APInt(C->getType()->getPrimitiveSizeInBits(), 0);
598 APInt(ElemTy->getPrimitiveSizeInBits(), 0);
616 APInt(ElemTy->getPrimitiveSizeInBits(), 0);
629 APInt Offset(DL->getPointerSizeInBits(), 0);
696 case Instruction::FPToUI: // double->APInt conversion handles sign
719 GV.IntVal = APInt(PtrWidth, uintptr_t(GV.PointerVal));
746 GV.IntVal = APInt::floatToBits(GV.FloatVal);
750 GV.IntVal = APInt::doubleToBits(GV.DoubleVal);
962 intZero.IntVal = APInt(ElemTy->getScalarSizeInBits(), 0ull);
974 APInt(CV->getOperand(i)->getType()->getPrimitiveSizeInBits(), 0);
980 Result.AggregateVal[i].IntVal = APInt(
1002 static void StoreIntToMemory(const APInt &IntVal, uint8_t *Dst,
1075 static void LoadIntFromMemory(APInt &IntVal, uint8_t *Src, unsigned LoadBytes) {
1109 // An APInt with all words initially zero.
1110 Result.IntVal = APInt(cast<IntegerType>(Ty)->getBitWidth(), 0);
1127 Result.IntVal = APInt(80, y);
1147 intZero.IntVal = APInt(elemBitWidth, 0);