Lines Matching defs:AAPotentialConstantValuesFloating
9688 struct AAPotentialConstantValuesFloating : AAPotentialConstantValuesImpl { struct
9689 AAPotentialConstantValuesFloating(const IRPosition &IRP, Attributor &A) in AAPotentialConstantValuesFloating() argument
9693 void initialize(Attributor &A) override { in initialize()
9724 static bool calculateICmpInst(const ICmpInst *ICI, const APInt &LHS, in calculateICmpInst()
9729 static APInt calculateCastInst(const CastInst *CI, const APInt &Src, in calculateCastInst()
9746 static APInt calculateBinaryOperator(const BinaryOperator *BinOp, in calculateBinaryOperator()
9804 bool calculateBinaryOperatorAndTakeUnion(const BinaryOperator *BinOp, in calculateBinaryOperatorAndTakeUnion()
9818 ChangeStatus updateWithICmpInst(Attributor &A, ICmpInst *ICI) { in updateWithICmpInst()
9873 ChangeStatus updateWithSelectInst(Attributor &A, SelectInst *SI) { in updateWithSelectInst()
9926 ChangeStatus updateWithCastInst(Attributor &A, CastInst *CI) { in updateWithCastInst()
9952 ChangeStatus updateWithBinaryOperator(Attributor &A, BinaryOperator *BinOp) { in updateWithBinaryOperator()
9993 ChangeStatus updateWithInstruction(Attributor &A, Instruction *Inst) { in updateWithInstruction()
10011 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
10034 void trackStatistics() const override { in trackStatistics()