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/clang/lib/CodeGen/
H A DCGBuiltin.cpp2697 llvm::Type *InTy = local
2701 llvm::Type *Tys[2] = { Ty, InTy };
4003 llvm::Type *InTy = Is64 ? Int64Ty : Int32Ty; local
4007 return Builder.CreateFPToUI(Ops[0], InTy);
4008 return Builder.CreateFPToSI(Ops[0], InTy);
4018 llvm::Type *InTy = Is64 ? Int64Ty : Int32Ty; local
4020 Ops[0] = Builder.CreateBitCast(Ops[0], InTy);
4763 llvm::Type *InTy = local
4767 Ops[0] = Builder.CreateBitCast(Ops[0], InTy);
4783 llvm::Type *InTy local
4801 llvm::Type *InTy = local
4819 llvm::Type *InTy = local
4837 llvm::Type *InTy = local
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10071 EVT InTy = In.getOperand(0).getValueType(); local
10076 SourceType = InTy;
10077 else if (InTy != SourceType) {

Completed in 134 milliseconds