HomeSort by relevance Sort by last modified time
    Searched refs:InTy (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/Sema/
SemaStmtAsm.cpp 462 QualType InTy = InputExpr->getType();
464 if (Context.hasSameType(InTy, OutTy))
473 if (InTy->isIntegerType() || InTy->isPointerType())
475 else if (InTy->isRealFloatingType())
494 uint64_t InSize = Context.getTypeSize(InTy);
542 << InTy << OutTy << OutputExpr->getSourceRange()
  /frameworks/compile/libbcc/lib/Renderscript/
RSKernelExpand.cpp 719 llvm::Type *InTy = InTypes[Index];
720 uint64_t InStep = DL.getTypeAllocSize(InTy->getPointerElementType());
723 InPtr = Builder.CreatePointerCast(InPtr, InTy);
    [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.h 487 bool UpdateNodeType(unsigned ResNo, const EEVT::TypeSet &InTy,
489 return Types[ResNo].MergeInTypeInfo(InTy, TP);
492 bool UpdateNodeType(unsigned ResNo, MVT::SimpleValueType InTy,
494 return Types[ResNo].MergeInTypeInfo(EEVT::TypeSet(InTy, TP), TP);
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 272 milliseconds