Searched refs:InTy (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp580 QualType InTy = InputExpr->getType(); local
582 if (Context.hasSameType(InTy, OutTy))
591 if (InTy->isIntegerType() || InTy->isPointerType())
593 else if (InTy->isRealFloatingType())
612 uint64_t InSize = Context.getTypeSize(InTy);
659 << InTy << OutTy << OutputExpr->getSourceRange()
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h835 bool UpdateNodeType(unsigned ResNo, const TypeSetByHwMode &InTy,
837 bool UpdateNodeType(unsigned ResNo, MVT::SimpleValueType InTy,
839 bool UpdateNodeType(unsigned ResNo, ValueTypeByHwMode InTy,
986 const TypeSetByHwMode &InTy,
988 TypeSetByHwMode VTS(InTy);
994 MVT::SimpleValueType InTy,
996 TypeSetByHwMode VTS(InTy);
1002 ValueTypeByHwMode InTy,
1004 TypeSetByHwMode VTS(InTy);
985 UpdateNodeType(unsigned ResNo, const TypeSetByHwMode &InTy, TreePattern &TP) argument
993 UpdateNodeType(unsigned ResNo, MVT::SimpleValueType InTy, TreePattern &TP) argument
1001 UpdateNodeType(unsigned ResNo, ValueTypeByHwMode InTy, TreePattern &TP) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp7731 llvm::Type *InTy = Is64 ? Int64Ty : Int32Ty;
7735 return Builder.CreateFPToUI(Ops[0], InTy);
7736 return Builder.CreateFPToSI(Ops[0], InTy);
7746 llvm::Type *InTy = Is64 ? Int64Ty : Int32Ty;
7748 Ops[0] = Builder.CreateBitCast(Ops[0], InTy);
7763 llvm::Type *InTy;
7765 InTy = Int64Ty;
7767 InTy = Int32Ty;
7769 InTy = Int16Ty;
7770 Ops[0] = Builder.CreateBitCast(Ops[0], InTy);
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17359 EVT InTy = In.getOperand(0).getValueType(); local
17364 SourceType = InTy;
17365 else if (InTy != SourceType) {

Completed in 204 milliseconds