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