Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h559 LLVM_ABI bool hasPoisonGeneratingReturnAttributes() const LLVM_READONLY;
568 hasPoisonGeneratingReturnAttributes() ||
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DOperator.cpp66 return I && (I->hasPoisonGeneratingReturnAttributes() || in hasPoisonGeneratingAnnotations()
H A DInstruction.cpp506 bool Instruction::hasPoisonGeneratingReturnAttributes() const { in hasPoisonGeneratingReturnAttributes() function in Instruction
524 assert(!hasPoisonGeneratingReturnAttributes() && "must be kept in sync"); in dropPoisonGeneratingReturnAttributes()