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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmtAsm.cpp284 QualType InTy = InputExpr->getType(); local
286 if (Context.hasSameType(InTy, OutTy))
295 if (InTy->isIntegerType() || InTy->isPointerType())
297 else if (InTy->isRealFloatingType())
316 uint64_t InSize = Context.getTypeSize(InTy);
364 << InTy << OutTy << OutputExpr->getSourceRange()
/freebsd-10.0-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-10.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1357 Type *InTy = local
1359 if (FindElementAtOffset(InTy, Offset.getSExtValue(), NewIndices)) {
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8845 EVT InTy = In.getOperand(0).getValueType(); local
8850 SourceType = InTy;
8851 else if (InTy != SourceType) {

Completed in 193 milliseconds