Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp2673 QualType ExpTy = E->getType(); in setObjCGCLValueClass() local
2674 if (IsMemberAccess && ExpTy->isPointerType()) { in setObjCGCLValueClass()
2678 ExpTy = ExpTy->castAs<PointerType>()->getPointeeType(); in setObjCGCLValueClass()
2679 if (ExpTy->isRecordType()) { in setObjCGCLValueClass()
2712 QualType ExpTy = E->getType(); in setObjCGCLValueClass() local
2713 if (ExpTy->isPointerType()) in setObjCGCLValueClass()
2714 ExpTy = ExpTy->castAs<PointerType>()->getPointeeType(); in setObjCGCLValueClass()
2715 if (ExpTy->isRecordType()) in setObjCGCLValueClass()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp6380 LLT ExpTy = MRI.getType(ExpReg); in narrowScalarFLDEXP() local
6385 auto MinExp = B.buildConstant(ExpTy, minIntN(ClampSize)); in narrowScalarFLDEXP()
6386 auto ClampMin = B.buildSMax(ExpTy, ExpReg, MinExp); in narrowScalarFLDEXP()
6387 auto MaxExp = B.buildConstant(ExpTy, maxIntN(ClampSize)); in narrowScalarFLDEXP()
6388 auto Clamp = B.buildSMin(ExpTy, ClampMin, MaxExp); in narrowScalarFLDEXP()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp5389 Type *ExpTy = Exp->getType(); in computeKnownFPClass() local
5390 unsigned BitWidth = ExpTy->getScalarType()->getIntegerBitWidth(); in computeKnownFPClass()
5392 computeKnownBits(Exp, isa<VectorType>(ExpTy) ? DemandedElts : APInt(1, 1), in computeKnownFPClass()