Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp4416 bool isStrict = Opc == ISD::STRICT_FSETCC || Opc == ISD::STRICT_FSETCCS; in SplitVecOp_VSETCC() local
4418 N->getOperand(isStrict ? 1 : 0).getValueType().isVector() && in SplitVecOp_VSETCC()
4423 GetSplitVector(N->getOperand(isStrict ? 1 : 0), Lo0, Hi0); in SplitVecOp_VSETCC()
4424 GetSplitVector(N->getOperand(isStrict ? 2 : 1), Lo1, Hi1); in SplitVecOp_VSETCC()
4432 } else if (isStrict) { in SplitVecOp_VSETCC()