Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h278 bool isUnaryOp() const { return isUnaryOp(getOpcode()); }
296 static inline bool isUnaryOp(unsigned Opcode) {
H A DInstrTypes.h83 return I->isUnaryOp() || in classof()
177 return I->isUnaryOp();
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanAnalysis.cpp46 if (Instruction::isBinaryOp(Opcode) || Instruction::isUnaryOp(Opcode)) in inferScalarTypeForRecipe()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp553 assert(Instruction::isUnaryOp(Opcode) && "Non-unary instruction detected"); in ConstantFoldUnaryInstruction()
H A DIRBuilder.cpp1013 if (Instruction::isUnaryOp(Opc)) { in CreateNAryOp()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp982 if (Instruction::isUnaryOp(Opcode)) in ConstantFoldInstOperandsImpl()
1282 assert(Instruction::isUnaryOp(Opcode)); in ConstantFoldUnaryOpOperand()
H A DValueTracking.cpp6841 assert(!Instruction::isUnaryOp(Opcode) || in isSafeToSpeculativelyExecuteWithOpcode()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1689 } else if (Instruction::isUnaryOp(BC->Opcode)) { in materializeValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp40470 static bool isUnaryOp(unsigned Opcode) { in isUnaryOp() function
40613 if (isUnaryOp(SrcOpcode) && N1.getOpcode() == SrcOpcode && in canonicalizeShuffleWithOp()