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