Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h453 bool shouldOptimizeCast(CastInst *CI);
H A DInstCombineAndOrXor.cpp1286 bool InstCombiner::shouldOptimizeCast(CastInst *CI) { in shouldOptimizeCast() function in InstCombiner
1375 if (shouldOptimizeCast(Cast0) && shouldOptimizeCast(Cast1)) { in foldCastedBitwiseLogic()