Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp607 static Type *getCmpOpsType(const Instruction *I, unsigned VF = 1) { in getCmpOpsType() function
641 Type *CmpOpTy = ((I != nullptr) ? getCmpOpsType(I, VF) : nullptr); in getBoolVecToIntConversionCost()
764 Type *CmpOpTy = ((I != nullptr) ? getCmpOpsType(I) : nullptr); in getCastInstrCost()
831 Type *CmpOpTy = ((I != nullptr) ? getCmpOpsType(I, VF) : nullptr); in getCmpSelInstrCost()