OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ShTy
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
661
EVT
ShTy
= getShiftAmountTy(InnerVT, DL);
662
if (!APInt(BitWidth, ShAmt).isIntN(
ShTy
.getSizeInBits()))
663
ShTy
= InnerVT;
666
TLO.DAG.getConstant(ShAmt, dl,
ShTy
));
[
all
...]
LegalizeIntegerTypes.cpp
[
all
...]
SelectionDAG.cpp
[
all
...]
Completed in 88 milliseconds