Searched refs:PosVal (Results 1 – 2 of 2) sorted by relevance
1381 Value *PosVal = ConstantInt::get(SizeTy, Pos); in optimizeMemChr() local1384 Value *NGtPos = B.CreateICmp(ICmpInst::ICMP_UGT, Size, PosVal); in optimizeMemChr()1386 Value *SrcPlus = B.CreateInBoundsGEP(B.getInt8Ty(), SrcStr, PosVal); in optimizeMemChr()
5354 int64_t PosVal = std::max(Val1, Val2); in LowerSaturatingConditional() local5358 !isPowerOf2_64(PosVal + 1)) in LowerSaturatingConditional()5364 uint64_t K = PosVal; in LowerSaturatingConditional()