Lines Matching defs:AAPotentialValuesFloating
8620 struct AAPotentialValuesFloating : AAPotentialValuesImpl { struct
8621 AAPotentialValuesFloating(const IRPosition &IRP, Attributor &A) in AAPotentialValuesFloating() function
8625 void initialize(Attributor &A) override { in initialize()
8656 static bool calculateICmpInst(const ICmpInst *ICI, const APInt &LHS, in calculateICmpInst()
8685 static APInt calculateCastInst(const CastInst *CI, const APInt &Src, in calculateCastInst()
8702 static APInt calculateBinaryOperator(const BinaryOperator *BinOp, in calculateBinaryOperator()
8760 bool calculateBinaryOperatorAndTakeUnion(const BinaryOperator *BinOp, in calculateBinaryOperatorAndTakeUnion()
8774 ChangeStatus updateWithICmpInst(Attributor &A, ICmpInst *ICI) { in updateWithICmpInst()
8857 ChangeStatus updateWithSelectInst(Attributor &A, SelectInst *SI) { in updateWithSelectInst()
8929 ChangeStatus updateWithCastInst(Attributor &A, CastInst *CI) { in updateWithCastInst()
8965 ChangeStatus updateWithBinaryOperator(Attributor &A, BinaryOperator *BinOp) { in updateWithBinaryOperator()
9033 ChangeStatus updateWithPHINode(Attributor &A, PHINode *PHI) { in updateWithPHINode()
9062 ChangeStatus updateWithLoad(Attributor &A, LoadInst &L) { in updateWithLoad()
9087 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
9113 void trackStatistics() const override { in trackStatistics()