Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp729 else if (Instruction *LogicI = dyn_cast<Instruction>(I->getOperand(0))) in getCmpOpsType() local
730 if (LogicI->getNumOperands() == 2) in getCmpOpsType()
731 if (CmpInst *CI0 = dyn_cast<CmpInst>(LogicI->getOperand(0))) in getCmpOpsType()
732 if (isa<CmpInst>(LogicI->getOperand(1))) in getCmpOpsType()