OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PromotedVT
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TypePromotion.cpp
985
EVT
PromotedVT
= TLI->getTypeToTransformTo(ICmp->getContext(), SrcVT);
986
if (RegisterBitWidth <
PromotedVT
.getFixedSizeInBits()) {
992
MadeChange |= TryToPromote(I,
PromotedVT
.getFixedSizeInBits());
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp
2103
EVT
PromotedVT
= Promoted->getValueType(0);
2107
SDValue Convert = DAG.getNode(GetPromotionOpcode(
PromotedVT
, OpVT), SDLoc(N),
Completed in 71 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026