Searched refs:CastGEPIndices (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DConstantFolding.cpp669 /// CastGEPIndices - If array indices are not pointer-sized integers,
672 static Constant *CastGEPIndices(ArrayRef<Constant *> Ops, function
749 "CastGEPIndices didn't canonicalize index types!");
1095 if (Constant *C = CastGEPIndices(Ops, DestTy, TD, TLI))

Completed in 47 milliseconds