Lines Matching refs:ParamValue
2634 SmallVector<ParamValue, 16> ArgVals;
2671 ArgVals.push_back(ParamValue::forIndirect(V));
2702 ArgVals.push_back(ParamValue::forIndirect(V));
2710 ArgVals.push_back(ParamValue::forDirect(V));
2844 ArgVals.push_back(ParamValue::forDirect(V));
2862 ArgVals.push_back(ParamValue::forDirect(Builder.CreateExtractVector(
2918 ArgVals.push_back(ParamValue::forDirect(V));
2920 ArgVals.push_back(ParamValue::forIndirect(Alloca));
2928 ArgVals.push_back(ParamValue::forIndirect(alloca));
2953 ArgVals.push_back(ParamValue::forIndirect(Alloca));
2969 ArgVals.push_back(ParamValue::forIndirect(CreateMemTemp(Ty)));
2972 ArgVals.push_back(ParamValue::forDirect(U));