Searched refs:FoldConst (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2755 APInt FoldConst = C1->getValue().lshr(C2->getValue()); local
2756 FoldConst ^= C3->getValue();
2761 Value *FoldVal = ConstantInt::get(Opnd0->getType(), FoldConst);

Completed in 72 milliseconds