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

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

Completed in 139 milliseconds