Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h2217 Type *OverflowTy = RetTy->getContainedType(1); in getTypeBasedIntrinsicInstrCost() local
2229 Instruction::ICmp, SumTy, OverflowTy, in getTypeBasedIntrinsicInstrCost()
2231 Cost += thisT()->getArithmeticInstrCost(BinaryOperator::Xor, OverflowTy, in getTypeBasedIntrinsicInstrCost()
2238 Type *OverflowTy = RetTy->getContainedType(1); in getTypeBasedIntrinsicInstrCost() local
2249 thisT()->getCmpSelInstrCost(BinaryOperator::ICmp, SumTy, OverflowTy, in getTypeBasedIntrinsicInstrCost()
2256 Type *OverflowTy = RetTy->getContainedType(1); in getTypeBasedIntrinsicInstrCost() local
2282 BinaryOperator::ICmp, MulTy, OverflowTy, CmpInst::ICMP_NE, CostKind); in getTypeBasedIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp6096 Type *OverflowTy = Type::getInt1Ty(LHS->getContext()); in OptimizeOverflowCheck() local
6098 OverflowTy = VectorType::get(OverflowTy, LHSTy->getElementCount()); in OptimizeOverflowCheck()
6102 Overflow = ConstantInt::getFalse(OverflowTy); in OptimizeOverflowCheck()
6113 Overflow = ConstantInt::getTrue(OverflowTy); in OptimizeOverflowCheck()
6118 Overflow = ConstantInt::getFalse(OverflowTy); in OptimizeOverflowCheck()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp2320 LLT OverflowTy = MRI.getType(OriginalOverflow); in widenScalarMulo() local
2340 Mulo = MIRBuilder.buildInstr(MulOpc, {WideTy, OverflowTy}, in widenScalarMulo()
2364 MIRBuilder.buildICmp(CmpInst::ICMP_NE, OverflowTy, Mul, ExtResult); in widenScalarMulo()