Searched refs:VOp (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | Scalarizer.cpp | 280 if (Instruction *VOp = dyn_cast<Instruction>(V)) { in scatter() local 283 BasicBlock *BB = VOp->getParent(); in scatter() 284 return Scatterer(BB, std::next(BasicBlock::iterator(VOp)), in scatter()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelDAGToDAG.cpp | 1304 SDValue VOp = SelN0 ? N1 : N0; in PreprocessISelDAG() local 1312 SDValue NewOr = DAG.getNode(ISD::OR, DLS, VT, SX, VOp); in PreprocessISelDAG() 1313 SDValue NewSel = DAG.getNode(ISD::SELECT, DLS, VT, SC, NewOr, VOp); in PreprocessISelDAG() 1316 SDValue NewOr = DAG.getNode(ISD::OR, DLS, VT, SY, VOp); in PreprocessISelDAG() 1317 SDValue NewSel = DAG.getNode(ISD::SELECT, DLS, VT, SC, VOp, NewOr); in PreprocessISelDAG()
|