Home | History | Annotate | Download | only in Scalar

Lines Matching refs:ICI

81 // ICmpSpliiter(ICI)(Builder, X, Y, Name) uses Builder to create an ICmp
82 // called Name that compares X and Y in the same way as ICI.
84 ICmpSplitter(ICmpInst &ici) : ICI(ici) {}
87 return Builder.CreateICmp(ICI.getPredicate(), Op0, Op1, Name);
89 ICmpInst &ICI;
418 bool Scalarizer::visitICmpInst(ICmpInst &ICI) {
419 return splitBinary(ICI, ICmpSplitter(ICI));