Home
last modified time | relevance | path

Searched defs:AAPotentialValuesFloating (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp8620 struct AAPotentialValuesFloating : AAPotentialValuesImpl { struct
8621 AAPotentialValuesFloating(const IRPosition &IRP, Attributor &A) in AAPotentialValuesFloating() argument
8625 void initialize(Attributor &A) override { in initialize()
8702 static APInt calculateBinaryOperator(const BinaryOperator *BinOp, in calculateBinaryOperator()
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()
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()
[all …]