Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp1654 SmallVector<Constant *> COps; in simplifyInstruction() local
1661 COps.push_back(COp); in simplifyInstruction()
1663 auto *C = ConstantFoldInstOperands(&I, COps, DL); in simplifyInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5892 SmallVector<Constant *, 4> COps; in ConstantFold() local
5895 COps.push_back(A); in ConstantFold()
5900 return ConstantFoldInstOperands(I, COps, DL); in ConstantFold()