Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h374 SDValue PromoteIntOp_BITCAST(SDNode *N);
H A DLegalizeIntegerTypes.cpp1779 case ISD::BITCAST: Res = PromoteIntOp_BITCAST(N); break; in PromoteIntegerOperand()
1987 SDValue DAGTypeLegalizer::PromoteIntOp_BITCAST(SDNode *N) { in PromoteIntOp_BITCAST() function in DAGTypeLegalizer