Searched refs:LHSAAPVS (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 9840 if (!fillSetWithConstantValues(A, IRPosition::value(*LHS), LHSAAPVS, in updateWithICmpInst() 9862 for (const APInt &L : LHSAAPVS) { in updateWithICmpInst() 9870 for (const APInt &L : LHSAAPVS) { in updateWithICmpInst() 9905 SetTy LHSAAPVS, RHSAAPVS; in updateWithSelectInst() local 9907 !fillSetWithConstantValues(A, IRPosition::value(*LHS), LHSAAPVS, in updateWithSelectInst() 9918 auto *OpAA = OnlyLeft ? &LHSAAPVS : &RHSAAPVS; in updateWithSelectInst() 9932 for (const auto &It : LHSAAPVS) in updateWithSelectInst() 9973 SetTy LHSAAPVS, RHSAAPVS; in updateWithBinaryOperator() local 9974 if (!fillSetWithConstantValues(A, IRPosition::value(*LHS), LHSAAPVS, in updateWithBinaryOperator() [all …]
|