Searched defs:visitBinaryOperator (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopUnrollAnalyzer.cpp69 bool UnrolledInstAnalyzer::visitBinaryOperator(BinaryOperator &I) { function in class:UnrolledInstAnalyzer
H A DInlineCost.cpp1489 bool CallAnalyzer::visitBinaryOperator(BinaryOperator &I) { function in class:CallAnalyzer
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstVisitor.h260 RetTy visitBinaryOperator(BinaryOperator &I) { DELEGATE(Instruction);} function in class:llvm::InstVisitor
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp625 bool ScalarizerVisitor::visitBinaryOperator(BinaryOperator &BO) { function in class:ScalarizerVisitor
H A DSCCP.cpp963 void SCCPSolver::visitBinaryOperator(Instruction &I) { function in class:SCCPSolver
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp1192 bool AMDGPUCodeGenPrepare::visitBinaryOperator(BinaryOperator &I) { function in class:AMDGPUCodeGenPrepare
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1466 void DFSanVisitor::visitBinaryOperator(BinaryOperator &BO) { function in class:DFSanVisitor
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp3301 void Verifier::visitBinaryOperator(BinaryOperator &B) { function in class:Verifier

Completed in 168 milliseconds