Searched refs:onlyFirstPartUsed (Results 1 – 4 of 4) sorted by relevance
295 virtual bool onlyFirstPartUsed(const VPValue *Op) const { in onlyFirstPartUsed() function
715 bool OnlyFirstPartUsed = vputils::onlyFirstPartUsed(this); in execute()771 bool VPInstruction::onlyFirstPartUsed(const VPValue *Op) const { in onlyFirstPartUsed() function in VPInstruction774 return vputils::onlyFirstPartUsed(this); in onlyFirstPartUsed()781 return vputils::onlyFirstPartUsed(this); in onlyFirstPartUsed()
1605 bool vputils::onlyFirstPartUsed(const VPValue *Def) { in onlyFirstPartUsed() function in vputils1607 [Def](const VPUser *U) { return U->onlyFirstPartUsed(Def); }); in onlyFirstPartUsed()
1391 bool onlyFirstPartUsed(const VPValue *Op) const override;2751 bool onlyFirstPartUsed(const VPValue *Op) const override { in onlyFirstPartUsed() function3797 bool onlyFirstPartUsed(const VPValue *Def);