Searched refs:shouldOptimizeCast (Results 1 – 2 of 2) sorted by relevance
446 bool shouldOptimizeCast(CastInst *CI);
1159 bool InstCombiner::shouldOptimizeCast(CastInst *CI) { in shouldOptimizeCast() function in InstCombiner1248 if (shouldOptimizeCast(Cast0) && shouldOptimizeCast(Cast1)) { in foldCastedBitwiseLogic()