Searched refs:visitSIToFPInst (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h144 void visitSIToFPInst(SIToFPInst &I);
H A DExecution.cpp1737 void Interpreter::visitSIToFPInst(SIToFPInst &I) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstVisitor.h186 RetTy visitSIToFPInst(SIToFPInst &I) { DELEGATE(CastInst);} function in class:llvm::InstVisitor
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp447 void visitSIToFPInst(SIToFPInst &I);
2680 void Verifier::visitSIToFPInst(SIToFPInst &I) { function in class:Verifier
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1925 void visitSIToFPInst(CastInst& I) { handleShadowOr(I); }

Completed in 172 milliseconds