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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopUnrollAnalyzer.cpp68 bool UnrolledInstAnalyzer::visitBinaryOperator(BinaryOperator &I) { function in class:UnrolledInstAnalyzer
H A DInlineCost.cpp1327 bool CallAnalyzer::visitBinaryOperator(BinaryOperator &I) { function in class:CallAnalyzer
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstVisitor.h270 RetTy visitBinaryOperator(BinaryOperator &I) { DELEGATE(Instruction);} function in class:llvm::InstVisitor
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp614 bool ScalarizerVisitor::visitBinaryOperator(BinaryOperator &BO) { function in class:ScalarizerVisitor
H A DSCCP.cpp1000 void SCCPSolver::visitBinaryOperator(Instruction &I) { function in class:SCCPSolver
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp886 bool AMDGPUCodeGenPrepare::visitBinaryOperator(BinaryOperator &I) { function in class:AMDGPUCodeGenPrepare
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1410 void DFSanVisitor::visitBinaryOperator(BinaryOperator &BO) { function in class:DFSanVisitor
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp3188 void Verifier::visitBinaryOperator(BinaryOperator &B) { function in class:Verifier

Completed in 202 milliseconds