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 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/VMCore/
ConstantFold.cpp     [all...]

Completed in 50 milliseconds