Home
last modified time | relevance | path

Searched refs:ExTy (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DExprEngineC.cpp268 QualType ExTy = Ex->getType(); in VisitCast() local
347 V = svalBuilder.evalCast(V, T, ExTy); in VisitCast()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp7056 EVT ExTy = N0.getValueType(); in visitTRUNCATE() local
7060 unsigned SizeRatio = ExTy.getSizeInBits()/TrTy.getSizeInBits(); in visitTRUNCATE()