Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp4106 bool isStrict = N->getOpcode() == ISD::STRICT_FSETCC; in SplitVecOp_VSETCC() local
4108 N->getOperand(isStrict ? 1 : 0).getValueType().isVector() && in SplitVecOp_VSETCC()
4113 GetSplitVector(N->getOperand(isStrict ? 1 : 0), Lo0, Hi0); in SplitVecOp_VSETCC()
4114 GetSplitVector(N->getOperand(isStrict ? 2 : 1), Lo1, Hi1); in SplitVecOp_VSETCC()