Searched refs:EltLoc (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLParser.cpp | 3905 Value *Ptr, *Val; LocTy Loc, EltLoc; in ParseGetElementPtr() local 3921 if (ParseTypeAndValue(Val, EltLoc, PFS)) return true; in ParseGetElementPtr() 3923 return Error(EltLoc, "getelementptr index must be an integer"); in ParseGetElementPtr()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 6222 LocTy Loc, EltLoc; in ParseGetElementPtr() local 6254 if (ParseTypeAndValue(Val, EltLoc, PFS)) return true; in ParseGetElementPtr() 6256 return Error(EltLoc, "getelementptr index must be an integer"); in ParseGetElementPtr() 6261 return Error(EltLoc, in ParseGetElementPtr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 6724 LocTy Loc, EltLoc; in ParseGetElementPtr() local 6756 if (ParseTypeAndValue(Val, EltLoc, PFS)) return true; in ParseGetElementPtr() 6758 return Error(EltLoc, "getelementptr index must be an integer"); in ParseGetElementPtr() 6763 return Error(EltLoc, in ParseGetElementPtr()
|