Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10204 EVT IntXVT = EVT::getIntegerVT(*DAG.getContext(), OrigXWidth); in visitBITCAST() local
10205 if (isTypeLegal(IntXVT)) { in visitBITCAST()
10206 SDValue X = DAG.getBitcast(IntXVT, N0.getOperand(1)); in visitBITCAST()