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

  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstructionCombining.cpp 730 /// the specified offset. If so, fill them into NewIndices and return the
733 SmallVectorImpl<Value*> &NewIndices) {
755 NewIndices.push_back(ConstantInt::get(IntPtrTy, FirstIdx));
769 NewIndices.push_back(ConstantInt::get(Type::getInt32Ty(Ty->getContext()),
777 NewIndices.push_back(ConstantInt::get(IntPtrTy,Offset/EltSize));
    [all...]
InstCombine.h 206 SmallVectorImpl<Value*> &NewIndices);
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
ConstantFold.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
InstCombineInternal.h 355 SmallVectorImpl<Value *> &NewIndices);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
InstCombineInternal.h 435 SmallVectorImpl<Value *> &NewIndices);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantFold.cpp     [all...]

Completed in 106 milliseconds