Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp3850 SmallVector<Constant *, 4> COps; in ConstantFold() local
3853 COps.push_back(A); in ConstantFold()
3859 return ConstantFoldCompareInstOperands(Cmp->getPredicate(), COps[0], in ConstantFold()
3860 COps[1], DL); in ConstantFold()
3863 return ConstantFoldInstOperands(I->getOpcode(), I->getType(), COps, DL); in ConstantFold()
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp3740 Constant *COps[] = {CLHS, CRHS}; in SimplifyBinOp() local
3741 return ConstantFoldInstOperands(Opcode, LHS->getType(), COps, Q.DL, in SimplifyBinOp()