Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp676 APInt MinSignedValue = APInt::getSignBit(BitWidth); in visitSelectInstWithICmp() local
688 Y = &MinSignedValue; in visitSelectInstWithICmp()
693 Y = &MinSignedValue; in visitSelectInstWithICmp()
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp3181 APInt MinSignedValue = APInt::getSignBit(BitWidth); in SimplifySelectInst() local
3194 Y = &MinSignedValue; in SimplifySelectInst()
3200 Y = &MinSignedValue; in SimplifySelectInst()