Home
last modified time | relevance | path

Searched refs:visitZExtInst (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h138 void visitZExtInst(ZExtInst &I);
H A DExecution.cpp1676 void Interpreter::visitZExtInst(ZExtInst &I) { in visitZExtInst() function in Interpreter
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstVisitor.h177 RetTy visitZExtInst(ZExtInst &I) { DELEGATE(CastInst);} in visitZExtInst() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp550 void visitZExtInst(ZExtInst &I);
3228 void Verifier::visitZExtInst(ZExtInst &I) { in visitZExtInst() function in Verifier
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2335 void visitZExtInst(ZExtInst &I) { in visitZExtInst() function