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

/external/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()
/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1357 Type *InTy = local
1359 if (FindElementAtOffset(InTy, Offset.getSExtValue(), NewIndices)) {
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8891 EVT InTy = In.getOperand(0).getValueType(); local
8896 SourceType = InTy;
8897 else if (InTy != SourceType) {

Completed in 163 milliseconds