Searched refs:OverflowTy (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 1911 Type *OverflowTy = RetTy->getContainedType(1); in getTypeBasedIntrinsicInstrCost() local 1923 Instruction::ICmp, SumTy, OverflowTy, in getTypeBasedIntrinsicInstrCost() 1925 Cost += thisT()->getArithmeticInstrCost(BinaryOperator::Xor, OverflowTy, in getTypeBasedIntrinsicInstrCost() 1932 Type *OverflowTy = RetTy->getContainedType(1); in getTypeBasedIntrinsicInstrCost() local 1943 thisT()->getCmpSelInstrCost(BinaryOperator::ICmp, SumTy, OverflowTy, in getTypeBasedIntrinsicInstrCost() 1950 Type *OverflowTy = RetTy->getContainedType(1); in getTypeBasedIntrinsicInstrCost() local 1974 BinaryOperator::ICmp, MulTy, OverflowTy, CmpInst::ICMP_NE, CostKind); in getTypeBasedIntrinsicInstrCost()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCompares.cpp | 5045 Type *OverflowTy = Type::getInt1Ty(LHS->getContext()); in OptimizeOverflowCheck() local 5047 OverflowTy = VectorType::get(OverflowTy, LHSTy->getElementCount()); in OptimizeOverflowCheck() 5051 Overflow = ConstantInt::getFalse(OverflowTy); in OptimizeOverflowCheck() 5062 Overflow = ConstantInt::getTrue(OverflowTy); in OptimizeOverflowCheck() 5067 Overflow = ConstantInt::getFalse(OverflowTy); in OptimizeOverflowCheck()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 1979 LLT OverflowTy = MRI.getType(OriginalOverflow); in widenScalarMulo() local 1990 auto Mulo = MIRBuilder.buildInstr(MI.getOpcode(), {WideTy, OverflowTy}, in widenScalarMulo() 2013 MIRBuilder.buildICmp(CmpInst::ICMP_NE, OverflowTy, Mul, ExtResult); in widenScalarMulo()
|