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