Home
last modified time | relevance | path

Searched refs:ExpandOp_BITCAST (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp334 SDValue DAGTypeLegalizer::ExpandOp_BITCAST(SDNode *N) { in ExpandOp_BITCAST() function in DAGTypeLegalizer
H A DLegalizeTypes.h1049 SDValue ExpandOp_BITCAST (SDNode *N);
H A DLegalizeFloatTypes.cpp1763 case ISD::BITCAST: Res = ExpandOp_BITCAST(N); break; in ExpandFloatOperand()
H A DLegalizeIntegerTypes.cpp4192 case ISD::BITCAST: Res = ExpandOp_BITCAST(N); break; in ExpandIntegerOperand()