Searched defs:visitCast (Results 1 – 3 of 3) 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 __anon822ce7860811::IndVarSimplifyVisitor |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ | ||
D | IndVarSimplify.cpp | 1774 void visitCast(CastInst *Cast) override { visitIVCast(Cast, WI, SE, TTI); } in visitCast() function in __anonf2ef9dbe0d11::IndVarSimplifyVisitor |