Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVECustomDAG.h36 bool isMaskArithmetic(SDValue Op);
H A DVECustomDAG.cpp50 bool isMaskArithmetic(SDValue Op) { in isMaskArithmetic() function
H A DVEISelLowering.cpp1943 if (isMaskArithmetic(Op) && isPackedVectorType(Op.getValueType())) in LowerOperation()