Searched refs:InTy (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmtAsm.cpp283 QualType InTy = InputExpr->getType(); local
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()
/freebsd-9.3-release/contrib/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h457 bool UpdateNodeType(unsigned ResNo, const EEVT::TypeSet &InTy,
459 return Types[ResNo].MergeInTypeInfo(InTy, TP);
462 bool UpdateNodeType(unsigned ResNo, MVT::SimpleValueType InTy,
464 return Types[ResNo].MergeInTypeInfo(EEVT::TypeSet(InTy, TP), TP);
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9535 EVT InTy = In.getOperand(0).getValueType(); local
9540 SourceType = InTy;
9541 else if (InTy != SourceType) {

Completed in 116 milliseconds