Searched defs:PromoteIntRes_TRUNCATE (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp75 case ISD::TRUNCATE: Res = PromoteIntRes_TRUNCATE(N); break;
564 SDValue DAGTypeLegalizer::PromoteIntRes_TRUNCATE(SDNode *N) { function in class:DAGTypeLegalizer
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp88 case ISD::TRUNCATE: Res = PromoteIntRes_TRUNCATE(N); break;
692 SDValue DAGTypeLegalizer::PromoteIntRes_TRUNCATE(SDNode *N) { function in class:DAGTypeLegalizer

Completed in 117 milliseconds