Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DAttributorAttributes.cpp9688 SetTy LHSAAPVS, RHSAAPVS; in updateWithICmpInst() local
9689 if (!fillSetWithConstantValues(A, IRPosition::value(*LHS), LHSAAPVS, in updateWithICmpInst()
9711 for (const APInt &L : LHSAAPVS) { in updateWithICmpInst()
9719 for (const APInt &L : LHSAAPVS) { in updateWithICmpInst()
9754 SetTy LHSAAPVS, RHSAAPVS; in updateWithSelectInst() local
9756 !fillSetWithConstantValues(A, IRPosition::value(*LHS), LHSAAPVS, in updateWithSelectInst()
9767 auto *OpAA = OnlyLeft ? &LHSAAPVS : &RHSAAPVS; in updateWithSelectInst()
9781 for (const auto &It : LHSAAPVS) in updateWithSelectInst()
9822 SetTy LHSAAPVS, RHSAAPVS; in updateWithBinaryOperator() local
9823 if (!fillSetWithConstantValues(A, IRPosition::value(*LHS), LHSAAPVS, in updateWithBinaryOperator()
[all …]