HomeSort by: relevance | last modified time | path
    Searched refs:OpsStepConstants (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 1757 SmallVector<SDValue, 16> OpsStepConstants;
1759 OpsStepConstants.push_back(getConstant(StepVal * i, DL, OpVT));
1760 return getBuildVector(ResVT, DL, OpsStepConstants);
SelectionDAGBuilder.cpp 7089 SmallVector<SDValue, 16> OpsStepConstants;
7093 OpsStepConstants.push_back(
7101 SDValue VectorStep = DAG.getBuildVector(VecTy, DL, OpsStepConstants);

Completed in 50 milliseconds