Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14310 EVT IntXVT = EVT::getIntegerVT(*DAG.getContext(), OrigXWidth); in visitBITCAST() local
14311 if (isTypeLegal(IntXVT)) { in visitBITCAST()
14312 SDValue X = DAG.getBitcast(IntXVT, N0.getOperand(1)); in visitBITCAST()