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

  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
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...]

Completed in 33 milliseconds