Searched refs:RHS_Instr (Results 1 – 2 of 2) sorted by relevance
2428 auto RHS_Instr = dyn_cast<Instruction>(RHS); in SimplifyICmpInst() local2431 if (RHS_Instr->getMetadata(LLVMContext::MD_range) && in SimplifyICmpInst()2434 *RHS_Instr->getMetadata(LLVMContext::MD_range)); in SimplifyICmpInst()
3218 auto RHS_Instr = cast<Instruction>(RHS); in SimplifyICmpInst() local3221 if (RHS_Instr->getMetadata(LLVMContext::MD_range) && in SimplifyICmpInst()3224 *RHS_Instr->getMetadata(LLVMContext::MD_range)); in SimplifyICmpInst()