Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h567 Instruction *foldICmpInstWithConstant(ICmpInst &Cmp);
H A DInstCombineCompares.cpp3070 Instruction *InstCombinerImpl::foldICmpInstWithConstant(ICmpInst &Cmp) { in foldICmpInstWithConstant() function in InstCombinerImpl
6261 if (Instruction *Res = foldICmpInstWithConstant(I)) in visitICmpInst()