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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 507 bool isLHSID = true, isRHSID = true;
515 isRHSID &= (Mask[i]-e == i);
520 if (isRHSID) return ReplaceInstUsesWith(SVI, RHS);

Completed in 270 milliseconds