Searched refs:InTy (Results 1 – 3 of 3) sorted by relevance
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.h | 456 bool UpdateNodeType(unsigned ResNo, const EEVT::TypeSet &InTy, in UpdateNodeType() argument 458 return Types[ResNo].MergeInTypeInfo(InTy, TP); in UpdateNodeType() 461 bool UpdateNodeType(unsigned ResNo, MVT::SimpleValueType InTy, in UpdateNodeType() argument 463 return Types[ResNo].MergeInTypeInfo(EEVT::TypeSet(InTy, TP), TP); in UpdateNodeType()
|
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 2036 QualType InTy = InputExpr->getType(); in ActOnAsmStmt() local 2038 if (Context.hasSameType(InTy, OutTy)) in ActOnAsmStmt() 2047 if (InTy->isIntegerType() || InTy->isPointerType()) in ActOnAsmStmt() 2049 else if (InTy->isRealFloatingType()) in ActOnAsmStmt() 2068 uint64_t InSize = Context.getTypeSize(InTy); in ActOnAsmStmt() 2116 << InTy << OutTy << OutputExpr->getSourceRange() in ActOnAsmStmt()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 1026 Type *InTy = in visitGetElementPtrInst() local 1028 if (FindElementAtOffset(InTy, Offset, NewIndices)) { in visitGetElementPtrInst()
|