Searched refs:COps (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 3376 SmallVector<Constant *, 4> COps; in ConstantFold() local 3379 COps.push_back(A); in ConstantFold() 3385 return ConstantFoldCompareInstOperands(Cmp->getPredicate(), COps[0], in ConstantFold() 3386 COps[1], DL); in ConstantFold() 3388 return ConstantFoldInstOperands(I->getOpcode(), I->getType(), COps, DL); in ConstantFold()
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 2925 Constant *COps[] = {CLHS, CRHS}; in SimplifyBinOp() local 2926 return ConstantFoldInstOperands(Opcode, LHS->getType(), COps, Q.DL, in SimplifyBinOp()
|