Searched refs:CmpOpTy (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp757 Type *CmpOpTy = ((I != nullptr) ? getCmpOpsType(I, VF) : nullptr); local
758 if (CmpOpTy != nullptr)
759 Cost = getVectorBitmaskConversionCost(CmpOpTy, Dst);
811 Type *CmpOpTy = ((I != nullptr) ? getCmpOpsType(I) : nullptr); local
812 if (CmpOpTy != nullptr && CmpOpTy->isFloatingPointTy())
1033 Type *CmpOpTy = ((I != nullptr) ? getCmpOpsType(I, VF) : nullptr); local
1034 if (CmpOpTy != nullptr)
1036 getVectorBitmaskConversionCost(CmpOpTy, ValTy);

Completed in 125 milliseconds