Home
last modified time | relevance | path

Searched refs:visitCast (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
DSimplifyIndVar.h37 virtual void visitCast(CastInst *Cast) = 0;
/external/llvm/include/llvm/Transforms/Utils/
DSimplifyIndVar.h44 virtual void visitCast(CastInst *Cast) = 0;
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSimplifyIndVar.cpp367 V->visitCast(Cast); in simplifyUsers()
/external/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp654 V->visitCast(Cast); in simplifyUsers()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DIndVarSimplify.cpp743 virtual void visitCast(CastInst *Cast);
750 void WideIVVisitor::visitCast(CastInst *Cast) { in visitCast() function in WideIVVisitor
/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1494 void visitCast(CastInst *Cast) override { visitIVCast(Cast, WI, SE, TTI); } in visitCast() function in __anone27634c50811::IndVarSimplifyVisitor