OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShTy
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp
[
all
...]
TargetLowering.cpp
624
EVT
ShTy
= getShiftAmountTy(InnerVT);
625
if (!APInt(BitWidth, ShAmt).isIntN(
ShTy
.getSizeInBits()))
626
ShTy
= InnerVT;
629
TLO.DAG.getConstant(ShAmt,
ShTy
));
[
all
...]
SelectionDAG.cpp
[
all
...]
/external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp
[
all
...]
Completed in 40 milliseconds