HomeSort by relevance Sort by last modified time
    Searched refs:IIElt (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Analysis/
VectorUtils.cpp 248 unsigned IIElt = cast<ConstantInt>(III->getOperand(2))->getZExtValue();
252 if (EltNo == IIElt)
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 96 unsigned IIElt = cast<ConstantInt>(III->getOperand(2))->getZExtValue();
100 if (EltNo == IIElt)

Completed in 62 milliseconds