Home
last modified time | relevance | path

Searched defs:Op1KnownZero (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp869 const APInt &Op1KnownZero) { in checkRippleForAdd()
H A DInstCombineCompares.cpp2767 APInt Op1KnownZero(BitWidth, 0), Op1KnownOne(BitWidth, 0); in visitICmpInst() local