Searched refs:VInt (Results 1 – 2 of 2) sorted by relevance
5275 const uint64_t VInt = mdconst::extract<ConstantInt>(V)->getZExtValue(); in upgradeNVVMFnVectorAttr() local5278 const std::string VStr = llvm::utostr(VInt); in upgradeNVVMFnVectorAttr()
3290 APInt VInt = readWideAPInt(Record, ScalarTy->getBitWidth()); in parseConstants() local3291 V = ConstantInt::get(CurTy, VInt); in parseConstants()