Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2983 Value *NewBitcast = Builder.CreateBitCast(X, NewType); in foldICmpBitCast() local
2985 return new ICmpInst(ICmpInst::ICMP_SLT, NewBitcast, in foldICmpBitCast()
2988 return new ICmpInst(ICmpInst::ICMP_SGT, NewBitcast, in foldICmpBitCast()