Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopUnrollAnalyzer.cpp143 bool UnrolledInstAnalyzer::visitCastInst(CastInst &I) { in visitCastInst() function in UnrolledInstAnalyzer
DCFLGraph.h282 void visitCastInst(CastInst &Inst) { in visitCastInst() function
DInlineCost.cpp989 bool CallAnalyzer::visitCastInst(CastInst &I) { in visitCastInst() function in CallAnalyzer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstVisitor.h268 RetTy visitCastInst(CastInst &I) { DELEGATE(UnaryInstruction);} in visitCastInst() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DScalarizer.cpp664 bool ScalarizerVisitor::visitCastInst(CastInst &CI) { in visitCastInst() function in ScalarizerVisitor
DSCCP.cpp873 void SCCPSolver::visitCastInst(CastInst &I) { in visitCastInst() function in SCCPSolver
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp1414 void DFSanVisitor::visitCastInst(CastInst &CI) { visitOperandShadowInst(CI); } in visitCastInst() function in DFSanVisitor