Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h213 bool shouldOptimizeCast(CastInst *CI);
H A DInstCombineAndOrXor.cpp1465 bool InstCombinerImpl::shouldOptimizeCast(CastInst *CI) { in shouldOptimizeCast() function in InstCombinerImpl
1577 shouldOptimizeCast(Cast0) && shouldOptimizeCast(Cast1)) { in foldCastedBitwiseLogic()