Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp9824 SetTy LHSAAPVS, RHSAAPVS; in updateWithICmpInst() local
9827 !fillSetWithConstantValues(A, IRPosition::value(*RHS), RHSAAPVS, in updateWithICmpInst()
9839 for (const APInt &R : RHSAAPVS) { in updateWithICmpInst()
9856 for (const APInt &R : RHSAAPVS) { in updateWithICmpInst()
9890 SetTy LHSAAPVS, RHSAAPVS; in updateWithSelectInst() local
9897 !fillSetWithConstantValues(A, IRPosition::value(*RHS), RHSAAPVS, in updateWithSelectInst()
9903 auto *OpAA = OnlyLeft ? &LHSAAPVS : &RHSAAPVS; in updateWithSelectInst()
9919 for (const auto &It : RHSAAPVS) in updateWithSelectInst()
9958 SetTy LHSAAPVS, RHSAAPVS; in updateWithBinaryOperator() local
9972 for (const APInt &R : RHSAAPVS) { in updateWithBinaryOperator()
[all …]