HomeSort by relevance Sort by last modified time
    Searched refs:InTy (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Sema/
SemaStmtAsm.cpp 283 QualType InTy = InputExpr->getType();
285 if (Context.hasSameType(InTy, OutTy))
294 if (InTy->isIntegerType() || InTy->isPointerType())
296 else if (InTy->isRealFloatingType())
315 uint64_t InSize = Context.getTypeSize(InTy);
363 << InTy << OutTy << OutputExpr->getSourceRange()
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.h 467 bool UpdateNodeType(unsigned ResNo, const EEVT::TypeSet &InTy,
469 return Types[ResNo].MergeInTypeInfo(InTy, TP);
472 bool UpdateNodeType(unsigned ResNo, MVT::SimpleValueType InTy,
474 return Types[ResNo].MergeInTypeInfo(EEVT::TypeSet(InTy, TP), TP);
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 1589 milliseconds