Searched refs:visitSExtInst (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h158 void visitSExtInst(SExtInst &I);
H A DExecution.cpp1103 void Interpreter::visitSExtInst(SExtInst &I) {
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DInstVisitor.h184 RetTy visitSExtInst(SExtInst &I) { DELEGATE(CastInst);} function in class:llvm::InstVisitor
/macosx-10.10/llvmCore-3425.0.34/lib/VMCore/
H A DVerifier.cpp252 void visitSExtInst(SExtInst &I);
899 void Verifier::visitSExtInst(SExtInst &I) {

Completed in 230 milliseconds