Searched refs:TrueConst (Results 1 – 3 of 3) sorted by relevance
6342 Constant *TrueConst = ConstantInt::getTrue(RangeCmp->getType()); in reuseTableCompare() local6348 if (DefaultConst != TrueConst && DefaultConst != FalseConst) in reuseTableCompare()6357 (CaseConst != TrueConst && CaseConst != FalseConst)) in reuseTableCompare()
4534 ConstantSDNode *TrueConst = dyn_cast<ConstantSDNode>(TrueRes); in mayUseP9Setb() local4535 if (!TrueConst || (N->getSimpleValueType(0) != MVT::i64 && in mayUseP9Setb()4544 int64_t TrueResVal = TrueConst->getSExtValue(); in mayUseP9Setb()
18312 const APInt *TrueConst; in PerformCMOVCombine() local18317 (TrueConst = isPowerOf2Constant(TrueVal))) { in PerformCMOVCombine()18319 unsigned ShiftAmount = TrueConst->logBase2(); in PerformCMOVCombine()