Home
last modified time | relevance | path

Searched defs:MulOps (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Analysis/
DScalarEvolution.cpp1450 SmallVector<const SCEV *, 4> MulOps(Mul->op_begin()+1, Mul->op_end()); in CollectAddOperandsWithScales() local
1700 SmallVector<const SCEV *, 4> MulOps(Mul->op_begin(), in getAddExpr() local
1733 SmallVector<const SCEV *, 4> MulOps(Mul->op_begin(), in getAddExpr() local
1740 SmallVector<const SCEV *, 4> MulOps(OtherMul->op_begin(), in getAddExpr() local
3761 SmallVector<const SCEV *, 4> MulOps; in createSCEV() local
/external/clang/lib/CodeGen/
DCGBuiltin.cpp2812 SmallVector<Value *, 2> MulOps(Ops.begin() + 1, Ops.end()); in EmitCommonNeonBuiltinExpr() local