Searched defs:getBitcast (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1778 SDValue SelectionDAG::getBitcast(EVT VT, SDValue V) { function in class:SelectionDAG
4102 Value = DAG.getBitcast(VT.getScalarType(), Value);

Completed in 103 milliseconds