Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h255 bool shouldOptimizeCast(CastInst *CI);
H A DInstCombineAndOrXor.cpp1610 bool InstCombinerImpl::shouldOptimizeCast(CastInst *CI) { in shouldOptimizeCast() function in InstCombinerImpl
1751 shouldOptimizeCast(Cast0) && shouldOptimizeCast(Cast1)) { in foldCastedBitwiseLogic()