Searched refs:CmpSelCost (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | ScalarEvolutionExpander.cpp | 1842 auto CmpSelCost = [&](unsigned Opcode, unsigned NumRequired, unsigned MinIdx, in costAndCollectOperands() local 1894 Cost += CmpSelCost(Instruction::ICmp, S->getNumOperands() - 1, 0, 1); in costAndCollectOperands() 1895 Cost += CmpSelCost(Instruction::Select, S->getNumOperands() - 1, 0, 2); in costAndCollectOperands() 1900 Cost += CmpSelCost(Instruction::ICmp, S->getNumOperands() - 1, 0, 0); in costAndCollectOperands() 1903 Cost += CmpSelCost(Instruction::Select, 1, 0, 1); in costAndCollectOperands()
|