Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2053 uint64_t Bytes1 = computeKnownBits(Bytes, 0, Op0).One.getZExtValue(); in visitCallInst() local
2056 uint64_t C = Bytes1 & Mask1; in visitCallInst()