Searched defs:AAPotentialConstantValuesFloating (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 9783 struct AAPotentialConstantValuesFloating : AAPotentialConstantValuesImpl { struct 9784 AAPotentialConstantValuesFloating(const IRPosition &IRP, Attributor &A) in AAPotentialConstantValuesFloating() function 9788 void initialize(Attributor &A) override { in initialize() 9819 static bool calculateICmpInst(const ICmpInst *ICI, const APInt &LHS, in calculateICmpInst() 9824 static APInt calculateCastInst(const CastInst *CI, const APInt &Src, in calculateCastInst() 9841 static APInt calculateBinaryOperator(const BinaryOperator *BinOp, in calculateBinaryOperator() 9899 bool calculateBinaryOperatorAndTakeUnion(const BinaryOperator *BinOp, in calculateBinaryOperatorAndTakeUnion() 9913 ChangeStatus updateWithICmpInst(Attributor &A, ICmpInst *ICI) { in updateWithICmpInst() 9968 ChangeStatus updateWithSelectInst(Attributor &A, SelectInst *SI) { in updateWithSelectInst() 10021 ChangeStatus updateWithCastInst(Attributor &A, CastInst *CI) { in updateWithCastInst() [all …]
|