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

  /external/llvm/include/llvm/Analysis/
TargetFolder.h 134 ArrayRef<Constant *> IdxList) const {
135 return Fold(ConstantExpr::getGetElementPtr(Ty, C, IdxList));
144 ArrayRef<Value *> IdxList) const {
145 return Fold(ConstantExpr::getGetElementPtr(Ty, C, IdxList));
149 ArrayRef<Constant *> IdxList) const {
150 return Fold(ConstantExpr::getInBoundsGetElementPtr(Ty, C, IdxList));
160 ArrayRef<Value *> IdxList) const {
161 return Fold(ConstantExpr::getInBoundsGetElementPtr(Ty, C, IdxList));
258 ArrayRef<unsigned> IdxList) const {
259 return Fold(ConstantExpr::getExtractValue(Agg, IdxList));
    [all...]
  /external/llvm/include/llvm/IR/
ConstantFolder.h 122 ArrayRef<Constant *> IdxList) const {
123 return ConstantExpr::getGetElementPtr(Ty, C, IdxList);
132 ArrayRef<Value *> IdxList) const {
133 return ConstantExpr::getGetElementPtr(Ty, C, IdxList);
137 ArrayRef<Constant *> IdxList) const {
138 return ConstantExpr::getInBoundsGetElementPtr(Ty, C, IdxList);
148 ArrayRef<Value *> IdxList) const {
149 return ConstantExpr::getInBoundsGetElementPtr(Ty, C, IdxList);
233 ArrayRef<unsigned> IdxList) const {
234 return ConstantExpr::getExtractValue(Agg, IdxList);
    [all...]
NoFolder.h 181 ArrayRef<Constant *> IdxList) const {
182 return ConstantExpr::getGetElementPtr(Ty, C, IdxList);
191 ArrayRef<Value *> IdxList) const {
192 return GetElementPtrInst::Create(Ty, C, IdxList);
196 ArrayRef<Constant *> IdxList) const {
197 return ConstantExpr::getInBoundsGetElementPtr(Ty, C, IdxList);
207 ArrayRef<Value *> IdxList) const {
208 return GetElementPtrInst::CreateInBounds(Ty, C, IdxList);
287 ArrayRef<unsigned> IdxList) const {
288 return ExtractValueInst::Create(Agg, IdxList);
    [all...]
Instructions.h 845 void init(Value *Ptr, ArrayRef<Value *> IdxList, const Twine &NameStr);
852 ArrayRef<Value *> IdxList, unsigned Values,
855 ArrayRef<Value *> IdxList, unsigned Values,
865 ArrayRef<Value *> IdxList,
868 unsigned Values = 1 + unsigned(IdxList.size());
876 return new (Values) GetElementPtrInst(PointeeType, Ptr, IdxList, Values,
880 ArrayRef<Value *> IdxList
    [all...]
Constants.h     [all...]
IRBuilder.h     [all...]
  /external/llvm/lib/IR/
ConstantsContext.h 170 ExtractValueConstantExpr(Constant *Agg, ArrayRef<unsigned> IdxList,
173 Indices(IdxList.begin(), IdxList.end()) {
203 ArrayRef<unsigned> IdxList, Type *DestTy)
205 Indices(IdxList.begin(), IdxList.end()) {
230 ArrayRef<Constant *> IdxList, Type *DestTy);
234 ArrayRef<Constant*> IdxList,
239 IdxList, DestTy, Flags);
242 ArrayRef<Constant *> IdxList,
    [all...]
Instructions.cpp     [all...]
Core.cpp     [all...]
ConstantFold.cpp 113 SmallVector<Value*, 8> IdxList;
116 IdxList.push_back(Zero);
122 IdxList.push_back(Zero);
127 IdxList.push_back(Zero);
136 V, IdxList);
    [all...]
Constants.cpp     [all...]
  /external/clang/test/Parser/
DelayedTemplateParsing.cpp 111 ArrayRef<> IdxList;
  /external/llvm/utils/TableGen/
RegisterInfoEmitter.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp     [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]

Completed in 275 milliseconds