Home
last modified time | relevance | path

Searched refs:shouldOptimizeCast (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h208 bool shouldOptimizeCast(CastInst *CI);
H A DInstCombineAndOrXor.cpp1551 bool InstCombinerImpl::shouldOptimizeCast(CastInst *CI) { in shouldOptimizeCast() function in InstCombinerImpl
1640 if (shouldOptimizeCast(Cast0) && shouldOptimizeCast(Cast1)) { in foldCastedBitwiseLogic()