Searched defs:AAPotentialValuesFloating (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 7558 struct AAPotentialValuesFloating : AAPotentialValuesImpl { struct 7559 AAPotentialValuesFloating(const IRPosition &IRP, Attributor &A) in AAPotentialValuesFloating() function 7563 void initialize(Attributor &A) override { in initialize() 7590 static bool calculateICmpInst(const ICmpInst *ICI, const APInt &LHS, in calculateICmpInst() 7619 static APInt calculateCastInst(const CastInst *CI, const APInt &Src, in calculateCastInst() 7636 static APInt calculateBinaryOperator(const BinaryOperator *BinOp, in calculateBinaryOperator() 7694 bool calculateBinaryOperatorAndTakeUnion(const BinaryOperator *BinOp, in calculateBinaryOperatorAndTakeUnion() 7708 ChangeStatus updateWithICmpInst(Attributor &A, ICmpInst *ICI) { in updateWithICmpInst() 7771 ChangeStatus updateWithSelectInst(Attributor &A, SelectInst *SI) { in updateWithSelectInst() 7800 ChangeStatus updateWithCastInst(Attributor &A, CastInst *CI) { in updateWithCastInst() [all …]
|