Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DInstructionSimplify.cpp2428 auto RHS_Instr = dyn_cast<Instruction>(RHS); in SimplifyICmpInst() local
2431 if (RHS_Instr->getMetadata(LLVMContext::MD_range) && in SimplifyICmpInst()
2434 *RHS_Instr->getMetadata(LLVMContext::MD_range)); in SimplifyICmpInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInstructionSimplify.cpp3218 auto RHS_Instr = cast<Instruction>(RHS); in SimplifyICmpInst() local
3221 if (RHS_Instr->getMetadata(LLVMContext::MD_range) && in SimplifyICmpInst()
3224 *RHS_Instr->getMetadata(LLVMContext::MD_range)); in SimplifyICmpInst()