OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NInVT
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp
338
EVT
NInVT
= TLI.getTypeToTransformTo(*DAG.getContext(), InVT);
347
if (NOutVT.bitsEq(
NInVT
) && !NOutVT.isVector() && !
NInVT
.isVector())
398
if (NOutVT.bitsEq(
NInVT
) && !NOutVT.isVector()) {
405
unsigned ShiftAmt =
NInVT
.getSizeInBits() - InVT.getSizeInBits();
417
unsigned WidenInSize =
NInVT
.getSizeInBits();
LegalizeVectorTypes.cpp
3787
EVT
NInVT
= NInOp.getValueType();
3788
if (WidenVT.bitsEq(
NInVT
)) {
3792
unsigned ShiftAmt =
NInVT
.getSizeInBits() - InVT.getSizeInBits();
3793
EVT ShiftAmtTy = TLI.getShiftAmountTy(
NInVT
, DAG.getDataLayout());
3795
NInOp = DAG.getNode(ISD::SHL, dl,
NInVT
, NInOp,
3801
InVT =
NInVT
;
Completed in 24 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026