Home
last modified time | relevance | path

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

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