Home
last modified time | relevance | path

Searched refs:CmpOperands (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp330 void collectCmpOps(CmpInst *Comparison, SmallVectorImpl<Value *> &CmpOperands) { in collectCmpOps() argument
336 CmpOperands.push_back(Op0); in collectCmpOps()
337 CmpOperands.push_back(Op1); in collectCmpOps()