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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h285 SDValue PromoteIntOp_TRUNCATE(SDNode *N);
H A DLegalizeIntegerTypes.cpp829 case ISD::TRUNCATE: Res = PromoteIntOp_TRUNCATE(N); break;
1076 SDValue DAGTypeLegalizer::PromoteIntOp_TRUNCATE(SDNode *N) { function in class:DAGTypeLegalizer

Completed in 263 milliseconds