llvm::Instruction::andIRFlags

Intersect wrapping, exact, and fast-math flags of V with this instruction.

Synopsis

Declared in <llvm/IR/Instruction.h>

void
andIRFlags(Value const* V);

Parameters

NameDescription
VThe value whose IR flags are and-ed with this instruction.