Home
last modified time | relevance | path

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

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