Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h407 SDValue PromoteIntOp_TRUNCATE(SDNode *N);
H A DLegalizeIntegerTypes.cpp1961 case ISD::TRUNCATE: Res = PromoteIntOp_TRUNCATE(N); break; in PromoteIntegerOperand()
2468 SDValue DAGTypeLegalizer::PromoteIntOp_TRUNCATE(SDNode *N) { in PromoteIntOp_TRUNCATE() function in DAGTypeLegalizer