Searched defs:ExTy (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp246 QualType ExTy = Ex->getType(); local
325 V = svalBuilder.evalCast(V, T, ExTy);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6001 EVT ExTy = N0.getValueType(); local
6005 unsigned SizeRatio = ExTy.getSizeInBits()/TrTy.getSizeInBits();

Completed in 137 milliseconds