OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RVT
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp
239
EVT
RVT
= RHS.getValueType();
242
unsigned RSize =
RVT
.getSizeInBits();
246
ISD::SHL, dl,
RVT
, DAG.getConstant(1, dl,
RVT
),
248
TLI.getShiftAmountTy(
RVT
, DAG.getDataLayout())));
249
SignBit = DAG.getNode(ISD::AND, dl,
RVT
, RHS, SignBit);
252
int SizeDiff =
RVT
.getSizeInBits() - LVT.getSizeInBits();
255
DAG.getNode(ISD::SRL, dl,
RVT
, SignBit,
[
all
...]
DAGCombiner.cpp
[
all
...]
Completed in 4330 milliseconds