Searched refs:onlyFirstPartUsed (Results 1 – 4 of 4) sorted by relevance
302 virtual bool onlyFirstPartUsed(const VPValue *Op) const { in onlyFirstPartUsed() function
1275 bool vputils::onlyFirstPartUsed(VPValue *Def) { in onlyFirstPartUsed() function in vputils1277 [Def](VPUser *U) { return U->onlyFirstPartUsed(Def); }); in onlyFirstPartUsed()
1256 bool onlyFirstPartUsed(const VPValue *Op) const override { in onlyFirstPartUsed() function2250 bool onlyFirstPartUsed(const VPValue *Op) const override { in onlyFirstPartUsed() function3190 bool onlyFirstPartUsed(VPValue *Def);
281 if (Part != 0 && vputils::onlyFirstPartUsed(this)) in generateInstruction()