Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2895 Value *NewBitcast = Builder.CreateBitCast(X, NewType); in foldICmpBitCast() local
2897 return new ICmpInst(ICmpInst::ICMP_SLT, NewBitcast, in foldICmpBitCast()
2900 return new ICmpInst(ICmpInst::ICMP_SGT, NewBitcast, in foldICmpBitCast()