Searched defs:CHIArg (Results 1 – 1 of 1) sorted by relevance
138 struct CHIArg { struct139 VNType VN;142 BasicBlock *Dest;145 Instruction *I;147 bool operator==(const CHIArg &A) const { return VN == A.VN; } in operator ==()148 bool operator!=(const CHIArg &A) const { return !(*this == A); } in operator !=()