OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Jun 17 00:25:26 UTC 2026