Searched defs:visitCast (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ | ||
D | IndVarSimplify.cpp | 750 void WideIVVisitor::visitCast(CastInst *Cast) { in visitCast() function in WideIVVisitor |
/external/llvm/lib/Transforms/Scalar/ | ||
D | IndVarSimplify.cpp | 1494 void visitCast(CastInst *Cast) override { visitIVCast(Cast, WI, SE, TTI); } in visitCast() function in __anone27634c50811::IndVarSimplifyVisitor |