Home
last modified time | relevance | path

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

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