Home
last modified time | relevance | path

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

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