Searched refs:COps (Results 1 – 2 of 2) sorted by relevance
1654 SmallVector<Constant *> COps; in simplifyInstruction() local1661 COps.push_back(COp); in simplifyInstruction()1663 auto *C = ConstantFoldInstOperands(&I, COps, DL); in simplifyInstruction()
5892 SmallVector<Constant *, 4> COps; in ConstantFold() local5895 COps.push_back(A); in ConstantFold()5900 return ConstantFoldInstOperands(I, COps, DL); in ConstantFold()