Searched refs:PosVal (Results 1 – 2 of 2) sorted by relevance
1375 Value *PosVal = ConstantInt::get(SizeTy, Pos); in optimizeMemChr() local1378 Value *NGtPos = B.CreateICmp(ICmpInst::ICMP_UGT, Size, PosVal); in optimizeMemChr()1380 Value *SrcPlus = B.CreateInBoundsGEP(B.getInt8Ty(), SrcStr, PosVal); in optimizeMemChr()
5408 int64_t PosVal = std::max(Val1, Val2); in LowerSaturatingConditional() local5412 !isPowerOf2_64(PosVal + 1)) in LowerSaturatingConditional()5418 uint64_t K = PosVal; in LowerSaturatingConditional()