HomeSort by relevance Sort by last modified time
    Searched defs:visitStoreInst (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/Support/
InstVisitor.h 171 RetTy visitStoreInst(StoreInst &I) { DELEGATE(Instruction);}
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 438 Instruction *InstCombiner::visitStoreInst(StoreInst &SI) {
  /external/llvm/lib/Analysis/
Lint.cpp 81 void visitStoreInst(StoreInst &I);
433 void Lint::visitStoreInst(StoreInst &I) {
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 489 void visitStoreInst (StoreInst &I);
    [all...]
  /external/llvm/lib/VMCore/
Verifier.cpp 273 void visitStoreInst(StoreInst &SI);
    [all...]

Completed in 241 milliseconds