Home
last modified time | relevance | path

Searched refs:RHSAAPVS (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp8903 SetTy LHSAAPVS, RHSAAPVS; in updateWithICmpInst() local
8906 !fillSetWithConstantValues(A, IRPosition::value(*RHS), RHSAAPVS, in updateWithICmpInst()
8918 for (const APInt &R : RHSAAPVS) { in updateWithICmpInst()
8935 for (const APInt &R : RHSAAPVS) { in updateWithICmpInst()
8969 SetTy LHSAAPVS, RHSAAPVS; in updateWithSelectInst() local
8980 auto *OpAA = OnlyLeft ? &LHSAAPVS : &RHSAAPVS; in updateWithSelectInst()
8996 for (auto &It : RHSAAPVS) in updateWithSelectInst()
9035 SetTy LHSAAPVS, RHSAAPVS; in updateWithBinaryOperator() local
9038 !fillSetWithConstantValues(A, IRPosition::value(*RHS), RHSAAPVS, in updateWithBinaryOperator()
9049 for (const APInt &R : RHSAAPVS) { in updateWithBinaryOperator()
[all …]