OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EltWidth
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp
[
all
...]
LegalizeVectorOps.cpp
843
unsigned
EltWidth
= VT.getVectorElementType().getSizeInBits();
845
SDValue ShiftAmount = DAG.getConstant(
EltWidth
- SrcEltWidth, DL, VT);
[
all
...]
Completed in 58 milliseconds