Searched refs:TrueConst (Results 1 – 3 of 3) sorted by relevance
5706 Constant *TrueConst = ConstantInt::getTrue(RangeCmp->getType()); in reuseTableCompare() local5712 if (DefaultConst != TrueConst && DefaultConst != FalseConst) in reuseTableCompare()5722 assert((CaseConst == TrueConst || CaseConst == FalseConst) && in reuseTableCompare()
4501 ConstantSDNode *TrueConst = dyn_cast<ConstantSDNode>(TrueRes); in mayUseP9Setb() local4502 if (!TrueConst || (N->getSimpleValueType(0) != MVT::i64 && in mayUseP9Setb()4511 int64_t TrueResVal = TrueConst->getSExtValue(); in mayUseP9Setb()
17310 const APInt *TrueConst; in PerformCMOVCombine() local17315 (TrueConst = isPowerOf2Constant(TrueVal))) { in PerformCMOVCombine()17317 unsigned ShiftAmount = TrueConst->logBase2(); in PerformCMOVCombine()