Searched refs:OverflowTy (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 1995 Type *OverflowTy = RetTy->getContainedType(1); in getTypeBasedIntrinsicInstrCost() local 2007 Instruction::ICmp, SumTy, OverflowTy, in getTypeBasedIntrinsicInstrCost() 2009 Cost += thisT()->getArithmeticInstrCost(BinaryOperator::Xor, OverflowTy, in getTypeBasedIntrinsicInstrCost() 2016 Type *OverflowTy = RetTy->getContainedType(1); in getTypeBasedIntrinsicInstrCost() local 2027 thisT()->getCmpSelInstrCost(BinaryOperator::ICmp, SumTy, OverflowTy, in getTypeBasedIntrinsicInstrCost() 2034 Type *OverflowTy = RetTy->getContainedType(1); in getTypeBasedIntrinsicInstrCost() local 2060 BinaryOperator::ICmp, MulTy, OverflowTy, CmpInst::ICMP_NE, CostKind); in getTypeBasedIntrinsicInstrCost()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCompares.cpp | 5044 Type *OverflowTy = Type::getInt1Ty(LHS->getContext()); in OptimizeOverflowCheck() local 5046 OverflowTy = VectorType::get(OverflowTy, LHSTy->getElementCount()); in OptimizeOverflowCheck() 5050 Overflow = ConstantInt::getFalse(OverflowTy); in OptimizeOverflowCheck() 5061 Overflow = ConstantInt::getTrue(OverflowTy); in OptimizeOverflowCheck() 5066 Overflow = ConstantInt::getFalse(OverflowTy); in OptimizeOverflowCheck()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 1986 LLT OverflowTy = MRI.getType(OriginalOverflow); in widenScalarMulo() local 1997 auto Mulo = MIRBuilder.buildInstr(MI.getOpcode(), {WideTy, OverflowTy}, in widenScalarMulo() 2020 MIRBuilder.buildICmp(CmpInst::ICMP_NE, OverflowTy, Mul, ExtResult); in widenScalarMulo()
|