Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp529 Constant *C1, *C2, *CRes; in SimplifyAssociativeOrCommutative() local
534 (CRes = ConstantFoldBinaryOpOperands(Opcode, C1, C2, DL))) { in SimplifyAssociativeOrCommutative()
551 replaceOperand(I, 1, CRes); in SimplifyAssociativeOrCommutative()