Searched refs:TrueConst (Results 1 – 3 of 3) sorted by relevance
5196 Constant *TrueConst = ConstantInt::getTrue(RangeCmp->getType()); in reuseTableCompare() local5202 if (DefaultConst != TrueConst && DefaultConst != FalseConst) in reuseTableCompare()5212 assert((CaseConst == TrueConst || CaseConst == FalseConst) && in reuseTableCompare()
4188 ConstantSDNode *TrueConst = dyn_cast<ConstantSDNode>(TrueRes); in mayUseP9Setb() local4189 if (!TrueConst) in mayUseP9Setb()4201 int64_t TrueResVal = TrueConst->getSExtValue(); in mayUseP9Setb()
12765 const APInt *TrueConst; in PerformCMOVCombine() local12769 (TrueConst = isPowerOf2Constant(TrueVal))) { in PerformCMOVCombine()12771 unsigned ShiftAmount = TrueConst->logBase2(); in PerformCMOVCombine()