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

  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 760 /// the specified offset. If so, fill them into NewIndices and return the
763 SmallVectorImpl<Value*> &NewIndices) {
785 NewIndices.push_back(ConstantInt::get(IntPtrTy, FirstIdx));
799 NewIndices.push_back(ConstantInt::get(Type::getInt32Ty(Ty->getContext()),
807 NewIndices.push_back(ConstantInt::get(IntPtrTy,Offset/EltSize));
    [all...]
InstCombine.h 216 SmallVectorImpl<Value*> &NewIndices);
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]

Completed in 58 milliseconds