Searched refs:IsCmp (Results 1 – 2 of 2) sorted by relevance
575 bool IsCmp = Pred != CmpInst::Predicate::BAD_ICMP_PREDICATE; in scalarizeBinopOrCmp() local576 if (IsCmp) in scalarizeBinopOrCmp()625 if (IsCmp) { in scalarizeBinopOrCmp()649 if (IsCmp) in scalarizeBinopOrCmp()661 IsCmp ? Builder.CreateCmp(Pred, V0, V1) in scalarizeBinopOrCmp()672 Constant *NewVecC = IsCmp ? ConstantExpr::getCompare(Pred, VecC0, VecC1) in scalarizeBinopOrCmp()
10463 const bool IsCmp = BId == Builtin::BImemcmp || BId == Builtin::BIbcmp; in CheckMemaccessArguments() local10466 if (ArgIdx != 0 || IsCmp) { in CheckMemaccessArguments()10471 else if (IsCmp) in CheckMemaccessArguments()10477 << (IsCmp ? ArgIdx + 2 : ArgIdx) << FnName in CheckMemaccessArguments()