Home
last modified time | relevance | path

Searched refs:ConstantExprs (Results 1 – 3 of 3) sorted by relevance

/external/llvm/test/CodeGen/Generic/
D2003-05-30-BadFoldGEP.ll12 ;; The original ConstantExprs are included in a comment.
/external/llvm/test/Analysis/CFLAliasAnalysis/
Dconst-expr-gep.ll40 ; globals) in nested ConstantExprs
/external/llvm/lib/Analysis/
DCFLAliasAnalysis.cpp937 SmallVector<ConstantExpr *, 4> ConstantExprs; in addInstructionToGraph() local
941 ConstantExprs.push_back(Constexpr); in addInstructionToGraph()
943 ConstantExprs.push_back(Constexpr); in addInstructionToGraph()
946 for (ConstantExpr *CE : ConstantExprs) { in addInstructionToGraph()