Searched refs:RHSAAPVS (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 9919 SetTy LHSAAPVS, RHSAAPVS; in updateWithICmpInst() local 9922 !fillSetWithConstantValues(A, IRPosition::value(*RHS), RHSAAPVS, in updateWithICmpInst() 9934 for (const APInt &R : RHSAAPVS) { in updateWithICmpInst() 9951 for (const APInt &R : RHSAAPVS) { in updateWithICmpInst() 9985 SetTy LHSAAPVS, RHSAAPVS; in updateWithSelectInst() local 9992 !fillSetWithConstantValues(A, IRPosition::value(*RHS), RHSAAPVS, in updateWithSelectInst() 9998 auto *OpAA = OnlyLeft ? &LHSAAPVS : &RHSAAPVS; in updateWithSelectInst() 10014 for (const auto &It : RHSAAPVS) in updateWithSelectInst() 10053 SetTy LHSAAPVS, RHSAAPVS; in updateWithBinaryOperator() local 10056 !fillSetWithConstantValues(A, IRPosition::value(*RHS), RHSAAPVS, in updateWithBinaryOperator() [all …]
|