reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
490 VPValue *getCondBit() { return CondBit; } 492 const VPValue *getCondBit() const { return CondBit; } 494 void setCondBit(VPValue *CV) { CondBit = CV; } 518 CondBit = Condition; 538 CondBit = nullptr;