Searched refs:NewBitcast (Results 1 – 1 of 1) sorted by relevance
3323 Value *NewBitcast = Builder.CreateBitCast(X, NewType); in foldICmpBitCast() local3325 return new ICmpInst(ICmpInst::ICMP_SLT, NewBitcast, in foldICmpBitCast()3328 return new ICmpInst(ICmpInst::ICMP_SGT, NewBitcast, in foldICmpBitCast()