Home
last modified time | relevance | path

Searched refs:Indices (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/libbcc/lib/
DRSX86TranslateGEPPass.cpp110 llvm::Value *Indices[1] = {computeGEPOffset(GEP)}; in translateGEP() local
114 llvm::Type::getInt8Ty(*Context), Int8Ptr, llvm::makeArrayRef(Indices), in translateGEP()
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp1832 ArrayRef<Constant *> Indices(Elts.begin() + 1, Elts.end()); in ParseConstants() local
1833 V = ConstantExpr::getGetElementPtr(PointeeType, Elts[0], Indices, in ParseConstants()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp2125 ArrayRef<Constant *> Indices(Elts.begin() + 1, Elts.end()); in ParseConstants() local
2126 V = ConstantExpr::getGetElementPtr(PointeeType, Elts[0], Indices, in ParseConstants()