Searched refs:visitFDiv (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h703 void visitFDiv(const User &I) { visitBinary(I, ISD::FDIV); } function in class:llvm::SelectionDAGBuilder
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp217 bool visitFDiv(BinaryOperator &I);
750 bool AMDGPUCodeGenPrepare::visitFDiv(BinaryOperator &FDiv) { function in class:AMDGPUCodeGenPrepare
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h393 Instruction *visitFDiv(BinaryOperator &I);
H A DInstCombineMulDivRem.cpp1265 Instruction *InstCombiner::visitFDiv(BinaryOperator &I) { function in class:InstCombiner
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2224 void visitFDiv(BinaryOperator &I) { handleShadowOr(I); }

Completed in 272 milliseconds