Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h862 Instruction *foldICmpWithConstant(ICmpInst &Cmp);
H A DInstCombineCompares.cpp1341 Instruction *InstCombiner::foldICmpWithConstant(ICmpInst &Cmp) { in foldICmpWithConstant() function in InstCombiner
4807 if (Instruction *Res = foldICmpWithConstant(I)) in visitICmpInst()