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.h2647 Type *OverflowTy = RetTy->getContainedType(1); in getTypeBasedIntrinsicInstrCost() local
2659 2 * thisT()->getCmpSelInstrCost(Instruction::ICmp, SumTy, OverflowTy, in getTypeBasedIntrinsicInstrCost()
2661 Cost += thisT()->getArithmeticInstrCost(BinaryOperator::Xor, OverflowTy, in getTypeBasedIntrinsicInstrCost()
2668 Type *OverflowTy = RetTy->getContainedType(1); in getTypeBasedIntrinsicInstrCost() local
2679 OverflowTy, Pred, CostKind); in getTypeBasedIntrinsicInstrCost()
2685 Type *OverflowTy = RetTy->getContainedType(1); in getTypeBasedIntrinsicInstrCost() local
2710 BinaryOperator::ICmp, MulTy, OverflowTy, CmpInst::ICMP_NE, CostKind); in getTypeBasedIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp6501 Type *OverflowTy = Type::getInt1Ty(LHS->getContext()); in OptimizeOverflowCheck() local
6503 OverflowTy = VectorType::get(OverflowTy, LHSTy->getElementCount()); in OptimizeOverflowCheck()
6507 Overflow = ConstantInt::getFalse(OverflowTy); in OptimizeOverflowCheck()
6518 Overflow = ConstantInt::getTrue(OverflowTy); in OptimizeOverflowCheck()
6523 Overflow = ConstantInt::getFalse(OverflowTy); in OptimizeOverflowCheck()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp2618 LLT OverflowTy = MRI.getType(OriginalOverflow); in widenScalarMulo() local
2638 Mulo = MIRBuilder.buildInstr(MulOpc, {WideTy, OverflowTy}, in widenScalarMulo()
2662 MIRBuilder.buildICmp(CmpInst::ICMP_NE, OverflowTy, Mul, ExtResult); in widenScalarMulo()