Home
last modified time | relevance | path

Searched refs:PromoteIntRes_TRUNCATE (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h346 SDValue PromoteIntRes_TRUNCATE(SDNode *N);
H A DLegalizeIntegerTypes.cpp103 case ISD::TRUNCATE: Res = PromoteIntRes_TRUNCATE(N); break; in PromoteIntegerResult()
1340 SDValue DAGTypeLegalizer::PromoteIntRes_TRUNCATE(SDNode *N) { in PromoteIntRes_TRUNCATE() function in DAGTypeLegalizer