Home
last modified time | relevance | path

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

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