Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopUnrollAnalyzer.cpp151 bool UnrolledInstAnalyzer::visitCastInst(CastInst &I) { in visitCastInst() function in UnrolledInstAnalyzer
H A DInlineCost.cpp1694 bool CallAnalyzer::visitCastInst(CastInst &I) { in visitCastInst() function in CallAnalyzer
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInstVisitor.h259 RetTy visitCastInst(CastInst &I) { DELEGATE(UnaryInstruction);} in visitCastInst() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp728 bool ScalarizerVisitor::visitCastInst(CastInst &CI) { in visitCastInst() function in ScalarizerVisitor
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp1079 void SCCPInstVisitor::visitCastInst(CastInst &I) { in visitCastInst() function in SCCPInstVisitor
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp2749 void DFSanVisitor::visitCastInst(CastInst &CI) { visitInstOperands(CI); } in visitCastInst() function in DFSanVisitor