Home
last modified time | relevance | path

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

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