Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/IPO/
DAttributorAttributes.cpp7464 struct AAPotentialValuesFloating : AAPotentialValuesImpl { struct
7465 AAPotentialValuesFloating(const IRPosition &IRP, Attributor &A) in AAPotentialValuesFloating() argument
7469 void initialize(Attributor &A) override { in initialize()
7496 static bool calculateICmpInst(const ICmpInst *ICI, const APInt &LHS, in calculateICmpInst()
7525 static APInt calculateCastInst(const CastInst *CI, const APInt &Src, in calculateCastInst()
7542 static APInt calculateBinaryOperator(const BinaryOperator *BinOp, in calculateBinaryOperator()
7600 bool calculateBinaryOperatorAndTakeUnion(const BinaryOperator *BinOp, in calculateBinaryOperatorAndTakeUnion()
7614 ChangeStatus updateWithICmpInst(Attributor &A, ICmpInst *ICI) { in updateWithICmpInst()
7675 ChangeStatus updateWithSelectInst(Attributor &A, SelectInst *SI) { in updateWithSelectInst()
7702 ChangeStatus updateWithCastInst(Attributor &A, CastInst *CI) { in updateWithCastInst()
[all …]