Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp681 else if (Instruction *LogicI = dyn_cast<Instruction>(I->getOperand(0))) in getCmpOpsType() local
682 if (LogicI->getNumOperands() == 2) in getCmpOpsType()
683 if (CmpInst *CI0 = dyn_cast<CmpInst>(LogicI->getOperand(0))) in getCmpOpsType()
684 if (isa<CmpInst>(LogicI->getOperand(1))) in getCmpOpsType()