Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Analysis/
H A DLoopUnrollAnalyzer.cpp151 bool UnrolledInstAnalyzer::visitCastInst(CastInst &I) { visitCastInst() function in UnrolledInstAnalyzer
H A DInlineCost.cpp1778 bool CallAnalyzer::visitCastInst(CastInst &I) { visitCastInst() function in CallAnalyzer
/llvm-project/llvm/include/llvm/IR/
H A DInstVisitor.h259 RetTy visitCastInst(CastInst &I) { DELEGATE(UnaryInstruction);} visitCastInst() function
/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp435 Constant *InstCostVisitor::visitCastInst(CastInst &I) { visitCastInst() function in InstCostVisitor
/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp859 bool ScalarizerVisitor::visitCastInst(CastInst &CI) { visitCastInst() function in ScalarizerVisitor
/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp1281 void SCCPInstVisitor::visitCastInst(CastInst &I) { visitCastInst() function in SCCPInstVisitor
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp2765 void DFSanVisitor::visitCastInst(CastInst &CI) { visitInstOperands(CI); } visitCastInst() function in DFSanVisitor