Searched refs:printCallArgs (Results 1 – 1 of 1) sorted by relevance
462 std::vector<Value*> printCallArgs; in PRINT() local464 printCallArgs.resize(1); in PRINT()488 printCallArgs.push_back(VEXTRACT(pArg, C(0))); in PRINT()494 printCallArgs.push_back(VEXTRACT(pArg, C(i))); in PRINT()507 … printCallArgs.push_back(FP_EXT(VEXTRACT(pArg, C(i)), Type::getDoubleTy(JM()->mContext))); in PRINT()509 … printCallArgs.push_back(FP_EXT(VEXTRACT(pArg, C(i)), Type::getDoubleTy(JM()->mContext))); in PRINT()518 printCallArgs.push_back(VEXTRACT(pArg, C(i))); in PRINT()520 printCallArgs.push_back(VEXTRACT(pArg, C(i))); in PRINT()529 printCallArgs.push_back(pArg); in PRINT()535 printCallArgs.push_back(FP_EXT(pArg, Type::getDoubleTy(JM()->mContext))); in PRINT()[all …]