HomeSort by: relevance | last modified time | path
    Searched refs:visitSExtInst (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 139 void visitSExtInst(SExtInst &I);
Execution.cpp 1707 void Interpreter::visitSExtInst(SExtInst &I) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
InstVisitor.h 179 RetTy visitSExtInst(SExtInst &I) { DELEGATE(CastInst);}
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Verifier.cpp 481 void visitSExtInst(SExtInst &I);
2867 void Verifier::visitSExtInst(SExtInst &I) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 2010 void visitSExtInst(SExtInst &I) {

Completed in 26 milliseconds