Searched refs:visitUnaryOperator (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h127 void visitUnaryOperator(UnaryOperator &I);
H A DExecution.cpp62 void Interpreter::visitUnaryOperator(UnaryOperator &I) { function in class:Interpreter
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstVisitor.h269 RetTy visitUnaryOperator(UnaryOperator &I) { DELEGATE(UnaryInstruction);} function in class:llvm::InstVisitor
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp190 bool visitUnaryOperator(UnaryOperator &UO);
610 bool ScalarizerVisitor::visitUnaryOperator(UnaryOperator &UO) { function in class:ScalarizerVisitor
H A DSCCP.cpp619 void visitUnaryOperator(Instruction &I);
977 void SCCPSolver::visitUnaryOperator(Instruction &I) { function in class:SCCPSolver
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCFLGraph.h294 void visitUnaryOperator(UnaryOperator &Inst) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp442 void visitUnaryOperator(UnaryOperator &UO);
1406 void DFSanVisitor::visitUnaryOperator(UnaryOperator &UO) { function in class:DFSanVisitor
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp454 void visitUnaryOperator(UnaryOperator &U);
3163 /// visitUnaryOperator - Check the argument to the unary operator.
3165 void Verifier::visitUnaryOperator(UnaryOperator &U) { function in class:Verifier

Completed in 205 milliseconds