Home
last modified time | relevance | path

Searched refs:ExpTy (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp2658 QualType ExpTy = E->getType(); in setObjCGCLValueClass() local
2659 if (IsMemberAccess && ExpTy->isPointerType()) { in setObjCGCLValueClass()
2663 ExpTy = ExpTy->castAs<PointerType>()->getPointeeType(); in setObjCGCLValueClass()
2664 if (ExpTy->isRecordType()) { in setObjCGCLValueClass()
2697 QualType ExpTy = E->getType(); in setObjCGCLValueClass() local
2698 if (ExpTy->isPointerType()) in setObjCGCLValueClass()
2699 ExpTy = ExpTy->castAs<PointerType>()->getPointeeType(); in setObjCGCLValueClass()
2700 if (ExpTy->isRecordType()) in setObjCGCLValueClass()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp6028 LLT ExpTy = MRI.getType(ExpReg); in narrowScalarFLDEXP() local
6033 auto MinExp = B.buildConstant(ExpTy, minIntN(ClampSize)); in narrowScalarFLDEXP()
6034 auto ClampMin = B.buildSMax(ExpTy, ExpReg, MinExp); in narrowScalarFLDEXP()
6035 auto MaxExp = B.buildConstant(ExpTy, maxIntN(ClampSize)); in narrowScalarFLDEXP()
6036 auto Clamp = B.buildSMin(ExpTy, ClampMin, MaxExp); in narrowScalarFLDEXP()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp4777 Type *ExpTy = Exp->getType(); in computeKnownFPClass() local
4778 unsigned BitWidth = ExpTy->getScalarType()->getIntegerBitWidth(); in computeKnownFPClass()
4780 computeKnownBits(Exp, isa<VectorType>(ExpTy) ? DemandedElts : APInt(1, 1), in computeKnownFPClass()