Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h382 Instruction *foldFDivConstantDivisor(BinaryOperator &I);
H A DInstCombineMulDivRem.cpp1455 Instruction *InstCombinerImpl::foldFDivConstantDivisor(BinaryOperator &I) { in foldFDivConstantDivisor() function in InstCombinerImpl
1591 if (Instruction *R = foldFDivConstantDivisor(I)) in visitFDiv()