Home
last modified time | relevance | path

Searched refs:PosVal (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1372 Value *PosVal = ConstantInt::get(SizeTy, Pos); in optimizeMemChr() local
1375 Value *NGtPos = B.CreateICmp(ICmpInst::ICMP_UGT, Size, PosVal); in optimizeMemChr()
1377 Value *SrcPlus = B.CreateInBoundsGEP(B.getInt8Ty(), SrcStr, PosVal); in optimizeMemChr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5337 int64_t PosVal = std::max(Val1, Val2); in LowerSaturatingConditional() local
5341 !isPowerOf2_64(PosVal + 1)) in LowerSaturatingConditional()
5347 uint64_t K = PosVal; in LowerSaturatingConditional()