Searched refs:CmpOperands (Results 1 – 1 of 1) sorted by relevance
366 void collectCmpOps(CmpInst *Comparison, SmallVectorImpl<Value *> &CmpOperands) { in collectCmpOps() argument372 CmpOperands.push_back(Op0); in collectCmpOps()373 CmpOperands.push_back(Op1); in collectCmpOps()