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