Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DAttributorAttributes.cpp9688 SetTy LHSAAPVS, RHSAAPVS; in updateWithICmpInst() local
9691 !fillSetWithConstantValues(A, IRPosition::value(*RHS), RHSAAPVS, in updateWithICmpInst()
9703 for (const APInt &R : RHSAAPVS) { in updateWithICmpInst()
9720 for (const APInt &R : RHSAAPVS) { in updateWithICmpInst()
9754 SetTy LHSAAPVS, RHSAAPVS; in updateWithSelectInst() local
9761 !fillSetWithConstantValues(A, IRPosition::value(*RHS), RHSAAPVS, in updateWithSelectInst()
9767 auto *OpAA = OnlyLeft ? &LHSAAPVS : &RHSAAPVS; in updateWithSelectInst()
9783 for (const auto &It : RHSAAPVS) in updateWithSelectInst()
9822 SetTy LHSAAPVS, RHSAAPVS; in updateWithBinaryOperator() local
9825 !fillSetWithConstantValues(A, IRPosition::value(*RHS), RHSAAPVS, in updateWithBinaryOperator()
[all …]