Home
last modified time | relevance | path

Searched defs:visitSExtInst (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstVisitor.h178 RetTy visitSExtInst(SExtInst &I) { DELEGATE(CastInst);} in visitSExtInst() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1671 void Interpreter::visitSExtInst(SExtInst &I) { in visitSExtInst() function in Interpreter
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp3246 void Verifier::visitSExtInst(SExtInst &I) { in visitSExtInst() function in Verifier
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2329 void visitSExtInst(SExtInst &I) { in visitSExtInst() function