Searched refs:InTy (Results 1 – 4 of 4) sorted by relevance
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.h | 457 bool UpdateNodeType(unsigned ResNo, const EEVT::TypeSet &InTy, in UpdateNodeType() argument 459 return Types[ResNo].MergeInTypeInfo(InTy, TP); in UpdateNodeType() 462 bool UpdateNodeType(unsigned ResNo, MVT::SimpleValueType InTy, in UpdateNodeType() argument 464 return Types[ResNo].MergeInTypeInfo(EEVT::TypeSet(InTy, TP), TP); in UpdateNodeType()
|
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 2305 QualType InTy = InputExpr->getType(); in ActOnAsmStmt() local 2307 if (Context.hasSameType(InTy, OutTy)) in ActOnAsmStmt() 2316 if (InTy->isIntegerType() || InTy->isPointerType()) in ActOnAsmStmt() 2318 else if (InTy->isRealFloatingType()) in ActOnAsmStmt() 2337 uint64_t InSize = Context.getTypeSize(InTy); in ActOnAsmStmt() 2385 << InTy << OutTy << OutputExpr->getSourceRange() in ActOnAsmStmt()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 1086 Type *InTy = in visitGetElementPtrInst() local 1088 if (FindElementAtOffset(InTy, Offset, NewIndices)) { in visitGetElementPtrInst()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 7516 EVT InTy = In.getOperand(0).getValueType(); in visitBUILD_VECTOR() local 7521 SourceType = InTy; in visitBUILD_VECTOR() 7522 else if (InTy != SourceType) { in visitBUILD_VECTOR()
|