Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DLoopUnrollAnalyzer.cpp151 bool UnrolledInstAnalyzer::visitCastInst(CastInst &I) { in visitCastInst() function in UnrolledInstAnalyzer
167 return Base::visitCastInst(I); in visitCastInst()
DInlineCost.cpp463 bool visitCastInst(CastInst &I);
1694 bool CallAnalyzer::visitCastInst(CastInst &I) { in visitCastInst() function in CallAnalyzer
/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DLoopUnrollAnalyzer.h89 bool visitCastInst(CastInst &I);
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DInstVisitor.h259 RetTy visitCastInst(CastInst &I) { DELEGATE(UnaryInstruction);} in visitCastInst() function
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DScalarizer.cpp222 bool visitCastInst(CastInst &CI);
728 bool ScalarizerVisitor::visitCastInst(CastInst &CI) { in visitCastInst() function in ScalarizerVisitor
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DSCCPSolver.cpp520 void visitCastInst(CastInst &I);
1079 void SCCPInstVisitor::visitCastInst(CastInst &I) { in visitCastInst() function in SCCPInstVisitor
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp789 void visitCastInst(CastInst &CI);
2749 void DFSanVisitor::visitCastInst(CastInst &CI) { visitInstOperands(CI); } in visitCastInst() function in DFSanVisitor