Searched refs:RHSAAPVS (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 9839 SetTy LHSAAPVS, RHSAAPVS; in updateWithICmpInst() local 9842 !fillSetWithConstantValues(A, IRPosition::value(*RHS), RHSAAPVS, in updateWithICmpInst() 9854 for (const APInt &R : RHSAAPVS) { in updateWithICmpInst() 9871 for (const APInt &R : RHSAAPVS) { in updateWithICmpInst() 9905 SetTy LHSAAPVS, RHSAAPVS; in updateWithSelectInst() local 9912 !fillSetWithConstantValues(A, IRPosition::value(*RHS), RHSAAPVS, in updateWithSelectInst() 9918 auto *OpAA = OnlyLeft ? &LHSAAPVS : &RHSAAPVS; in updateWithSelectInst() 9934 for (const auto &It : RHSAAPVS) in updateWithSelectInst() 9973 SetTy LHSAAPVS, RHSAAPVS; in updateWithBinaryOperator() local 9976 !fillSetWithConstantValues(A, IRPosition::value(*RHS), RHSAAPVS, in updateWithBinaryOperator() [all …]
|