Lines Matching defs:AAPotentialConstantValuesFloating
8767 struct AAPotentialConstantValuesFloating : AAPotentialConstantValuesImpl { struct
8768 AAPotentialConstantValuesFloating(const IRPosition &IRP, Attributor &A) in AAPotentialConstantValuesFloating() argument
8772 void initialize(Attributor &A) override { in initialize()
8803 static bool calculateICmpInst(const ICmpInst *ICI, const APInt &LHS, in calculateICmpInst()
8808 static APInt calculateCastInst(const CastInst *CI, const APInt &Src, in calculateCastInst()
8825 static APInt calculateBinaryOperator(const BinaryOperator *BinOp, in calculateBinaryOperator()
8883 bool calculateBinaryOperatorAndTakeUnion(const BinaryOperator *BinOp, in calculateBinaryOperatorAndTakeUnion()
8897 ChangeStatus updateWithICmpInst(Attributor &A, ICmpInst *ICI) { in updateWithICmpInst()
8952 ChangeStatus updateWithSelectInst(Attributor &A, SelectInst *SI) { in updateWithSelectInst()
9003 ChangeStatus updateWithCastInst(Attributor &A, CastInst *CI) { in updateWithCastInst()
9029 ChangeStatus updateWithBinaryOperator(Attributor &A, BinaryOperator *BinOp) { in updateWithBinaryOperator()
9071 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
9091 void trackStatistics() const override { in trackStatistics()