Searched refs:visitCastInst (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Support/
H A DInstVisitor.h227 RetTy visitCastInst(CastInst &I) { DELEGATE(UnaryInstruction);} function in class:llvm::InstVisitor
/external/llvm/lib/Analysis/
H A DInlineCost.cpp116 bool visitCastInst(CastInst &I);
431 bool CallAnalyzer::visitCastInst(CastInst &I) { function in class:CallAnalyzer
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp477 void visitCastInst(CastInst &I);
755 void SCCPSolver::visitCastInst(CastInst &I) { function in class:SCCPSolver

Completed in 356 milliseconds