Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp731 if (CmpInst *CI0 = dyn_cast<CmpInst>(LogicI->getOperand(0))) in getCmpOpsType() local
733 OpTy = CI0->getOperand(0)->getType(); in getCmpOpsType()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp1812 auto *CI0 = in simplifyX86extrq() local
1866 if (CI0) { in simplifyX86extrq()
1867 APInt Elt = CI0->getValue(); in simplifyX86extrq()
1883 if (CI0 && CI0->isZero()) in simplifyX86extrq()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp9925 } else if (auto *CI0 = dyn_cast<CmpInst>(VL0)) { in getEntryCost() local
9928 CI0->getPredicate(), CostKind, VL0); in getEntryCost()
13598 } else if (auto *CI0 = dyn_cast<CmpInst>(VL0)) { in vectorizeTree() local
13599 V0 = Builder.CreateCmp(CI0->getPredicate(), LHS, RHS); in vectorizeTree()