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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6429 bool isS2V = ISD::isScalarToVector(BV); local
6448 if (isS2V && i == 0 && j == 0 && ThisVal.zext(SrcBitSize) == OpVal)

Completed in 114 milliseconds