Searched defs:CHIArg (Results 1 – 1 of 1) sorted by relevance
143 struct CHIArg { struct144 VNType VN;147 BasicBlock *Dest;150 Instruction *I;152 bool operator==(const CHIArg &A) const { return VN == A.VN; } in operator ==()153 bool operator!=(const CHIArg &A) const { return !(*this == A); } in operator !=()