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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 362 auto *CShift = dyn_cast<Constant>(II.getArgOperand(1));
363 if (!CShift)
377 auto *CElt = CShift->getAggregateElement(I);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 427 auto *CShift = dyn_cast<Constant>(II.getArgOperand(1));
428 if (!CShift)
442 auto *CElt = CShift->getAggregateElement(I);
    [all...]

Completed in 383 milliseconds