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

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

Completed in 181 milliseconds