Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp3853 Constant *RExt = in simplifyICmpInst() local
3855 assert(RExt && "Constant-fold of ImmConstant should not fail"); in simplifyICmpInst()
3857 ConstantFoldCompareInstOperands(ICmpInst::ICMP_EQ, RExt, C, Q.DL); in simplifyICmpInst()
3931 Constant *RExt = in simplifyICmpInst() local
3933 assert(RExt && "Constant-fold of ImmConstant should not fail"); in simplifyICmpInst()
3935 ConstantFoldCompareInstOperands(ICmpInst::ICMP_EQ, RExt, C, Q.DL); in simplifyICmpInst()