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.cpp366 void collectCmpOps(CmpInst *Comparison, SmallVectorImpl<Value *> &CmpOperands) { in collectCmpOps() argument
372 CmpOperands.push_back(Op0); in collectCmpOps()
373 CmpOperands.push_back(Op1); in collectCmpOps()