Searched defs:El (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowSolver.h279 CFGElement El = *I; local
280 if (const CFGStmt *S = El.getAs<CFGStmt>())
295 CFGElement El = *I; local
296 if (const CFGStmt *S = El.getAs<CFGStmt>())
/external/clang/lib/Sema/
H A DSemaChecking.cpp3517 IntRange El = GetValueRange(C, result.getVectorElt(i), Ty, MaxWidth); local
3518 R = IntRange::join(R, El);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1593 SDValue El = DAG.getConstant(0, VT.getVectorElementType()); local
1594 std::vector<SDValue> Ops(VT.getVectorNumElements(), El);

Completed in 468 milliseconds