Home
last modified time | relevance | path

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

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