Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp5043 EVT IntXVT = EVT::getIntegerVT(*DAG.getContext(), OrigXWidth); in visitBITCAST() local
5044 if (isTypeLegal(IntXVT)) { in visitBITCAST()
5046 IntXVT, N0.getOperand(1)); in visitBITCAST()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp7521 EVT IntXVT = EVT::getIntegerVT(*DAG.getContext(), OrigXWidth); in visitBITCAST() local
7522 if (isTypeLegal(IntXVT)) { in visitBITCAST()
7523 SDValue X = DAG.getBitcast(IntXVT, N0.getOperand(1)); in visitBITCAST()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp9868 EVT IntXVT = EVT::getIntegerVT(*DAG.getContext(), OrigXWidth); in visitBITCAST() local
9869 if (isTypeLegal(IntXVT)) { in visitBITCAST()
9870 SDValue X = DAG.getBitcast(IntXVT, N0.getOperand(1)); in visitBITCAST()