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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 742 uint64_t InsertIdx[2];
744 if (!match(InsElt.getOperand(2), m_ConstantInt(InsertIdx[0])) ||
746 !match(IEI->getOperand(2), m_ConstantInt(InsertIdx[1])) ||
755 for (uint64_t I : InsertIdx) {
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 432 milliseconds