Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp558 APInt MinSignedValue = APInt::getSignBit(BitWidth); in visitSelectInstWithICmp() local
570 Y = &MinSignedValue; in visitSelectInstWithICmp()
575 Y = &MinSignedValue; in visitSelectInstWithICmp()
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp3407 APInt MinSignedValue = APInt::getSignBit(BitWidth); in SimplifySelectInst() local
3419 Y = &MinSignedValue; in SimplifySelectInst()
3424 Y = &MinSignedValue; in SimplifySelectInst()