Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp547 APInt MinSignedValue = APInt::getSignBit(BitWidth); in visitSelectInstWithICmp() local
559 Y = &MinSignedValue; in visitSelectInstWithICmp()
564 Y = &MinSignedValue; in visitSelectInstWithICmp()
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp3347 APInt MinSignedValue = APInt::getSignBit(BitWidth); in SimplifySelectInst() local
3359 Y = &MinSignedValue; in SimplifySelectInst()
3364 Y = &MinSignedValue; in SimplifySelectInst()