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

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

Completed in 82 milliseconds