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

  /external/llvm/lib/Analysis/
ConstantFolding.cpp 680 SmallVector<Constant*, 32> NewIdxs;
689 NewIdxs.push_back(ConstantExpr::getCast(CastInst::getCastOpcode(Ops[i],
695 NewIdxs.push_back(Ops[i]);
701 Constant *C = ConstantExpr::getGetElementPtr(SrcTy, Ops[0], NewIdxs);
810 SmallVector<Constant *, 32> NewIdxs;
816 if (!NewIdxs.empty())
830 NewIdxs.push_back(ConstantInt::get(IntPtrTy, 0));
836 NewIdxs.push_back(ConstantInt::get(IntPtrTy, NewIdx));
852 NewIdxs.push_back(ConstantInt::get(Type::getInt32Ty(Ty->getContext())
    [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]

Completed in 111 milliseconds