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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1008 /// isSafeToEliminateVarargsCast - If this cast does not affect the value
1010 static bool isSafeToEliminateVarargsCast(const CallSite CS, function
1198 if (CI && isSafeToEliminateVarargsCast(CS, CI, DL, ix)) {

Completed in 162 milliseconds