Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp57651 bool IsOp0Strict = Op0->isStrictFPOpcode(); in combineFP_ROUND() local
57653 Op0.getOperand(IsOp0Strict ? 1 : 0).getValueType() != MVT::v4i64 || in combineFP_ROUND()
57654 Op1.getOperand(IsOp0Strict ? 1 : 0).getValueType() != MVT::v4i64) { in combineFP_ROUND()
57659 assert(IsOp0Strict && "Op0 must be strict node"); in combineFP_ROUND()