Searched refs:isUnaryOp (Results 1 – 13 of 13) sorted by relevance
129 bool isUnaryOp() const { return isUnaryOp(getOpcode()); }148 static inline bool isUnaryOp(unsigned Opcode) {
212 bool isUnaryOp() const;
80 return I->isUnaryOp() || in classof()177 return I->isUnaryOp();
1644 if (Instruction::isUnaryOp(Opc)) {
148 bool ConstrainedFPIntrinsic::isUnaryOp() const { in isUnaryOp() function in ConstrainedFPIntrinsic
954 assert(Instruction::isUnaryOp(Opcode) && "Non-unary instruction detected"); in ConstantFoldUnaryInstruction()
1908 assert(Instruction::isUnaryOp(Opcode) && in get()
1286 bool isUnaryOp = (funcInfo.input1.valueType == VALUE_NONE); local1304 if (isUnaryOp && funcInfo.isUnaryPrefix)1342 if (funcInfo.type == OPERATOR && !isUnaryOp)1350 if (funcInfo.type == OPERATOR && isUnaryOp && !funcInfo.isUnaryPrefix)1357 if (inputNdx != 0 || (isUnaryOp && funcInfo.isUnaryPrefix))1358 shaderOp += string("") + (isUnaryOp ? "" : " ") + shaderFuncName + (isUnaryOp ? "" : " ");1362 if (isUnaryOp && !funcInfo.isUnaryPrefix)
1748 const bool isUnaryOp = (funcInfo.input1.valueType == VALUE_NONE); in init() local1769 if (isUnaryOp && funcInfo.isUnaryPrefix) in init()1815 if (funcInfo.type == OPERATOR && !isUnaryOp) in init()1823 if (funcInfo.type == OPERATOR && isUnaryOp && !funcInfo.isUnaryPrefix) in init()1830 if (inputNdx != 0 || (isUnaryOp && funcInfo.isUnaryPrefix)) in init()1831 … shaderOp += std::string("") + (isUnaryOp ? "" : " ") + shaderFuncName + (isUnaryOp ? "" : " "); in init()1835 if (isUnaryOp && !funcInfo.isUnaryPrefix) in init()
2148 bool isUnaryOp = (funcInfo.input1.valueType == VALUE_NONE); local2168 if (isUnaryOp && funcInfo.isUnaryPrefix)2214 if (funcInfo.type == OPERATOR && !isUnaryOp)2222 if (funcInfo.type == OPERATOR && isUnaryOp && !funcInfo.isUnaryPrefix)2229 if (inputNdx != 0 || (isUnaryOp && funcInfo.isUnaryPrefix))2230 shaderOp += string("") + (isUnaryOp ? "" : " ") + shaderFuncName + (isUnaryOp ? "" : " ");2234 if (isUnaryOp && !funcInfo.isUnaryPrefix)
1023 if (Instruction::isUnaryOp(Opcode)) in ConstantFoldInstOperandsImpl()1293 assert(Instruction::isUnaryOp(Opcode)); in ConstantFoldUnaryOpOperand()
7008 if (FPI.isUnaryOp()) { in visitConstrainedFPIntrinsic()