Home
last modified time | relevance | path

Searched defs:visitCastInst (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopUnrollAnalyzer.cpp149 bool UnrolledInstAnalyzer::visitCastInst(CastInst &I) { in visitCastInst() function in UnrolledInstAnalyzer
H A DCFLGraph.h282 void visitCastInst(CastInst &Inst) { in visitCastInst() function
H A DInlineCost.cpp1335 bool CallAnalyzer::visitCastInst(CastInst &I) { in visitCastInst() function in CallAnalyzer
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstVisitor.h258 RetTy visitCastInst(CastInst &I) { DELEGATE(UnaryInstruction);} in visitCastInst() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp676 bool ScalarizerVisitor::visitCastInst(CastInst &CI) { in visitCastInst() function in ScalarizerVisitor
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp768 void SCCPInstVisitor::visitCastInst(CastInst &I) { in visitCastInst() function in SCCPInstVisitor
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp2769 void DFSanVisitor::visitCastInst(CastInst &CI) { visitInstOperands(CI); } in visitCastInst() function in DFSanVisitor