Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h382 SDValue PromoteIntOp_TRUNCATE(SDNode *N);
H A DLegalizeIntegerTypes.cpp1516 case ISD::TRUNCATE: Res = PromoteIntOp_TRUNCATE(N); break; in PromoteIntegerOperand()
1929 SDValue DAGTypeLegalizer::PromoteIntOp_TRUNCATE(SDNode *N) { in PromoteIntOp_TRUNCATE() function in DAGTypeLegalizer