Home
last modified time | relevance | path

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

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