Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h311 SDValue PromoteIntOp_TRUNCATE(SDNode *N);
DLegalizeIntegerTypes.cpp907 case ISD::TRUNCATE: Res = PromoteIntOp_TRUNCATE(N); break; in PromoteIntegerOperand()
1251 SDValue DAGTypeLegalizer::PromoteIntOp_TRUNCATE(SDNode *N) { in PromoteIntOp_TRUNCATE() function in DAGTypeLegalizer