Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h139 CreateWithCopiedFlags(UnaryOps Opc, Value *V, Instruction *CopyO,
150 return CreateWithCopiedFlags(Instruction::FNeg, Op, FMFSource, Name,
219 CreateWithCopiedFlags(BinaryOps Opc, Value *V1, Value *V2, Value *CopyO,
256 return CreateWithCopiedFlags(Instruction::FAdd, V1, V2, FMFSource, Name);
261 return CreateWithCopiedFlags(Instruction::FSub, V1, V2, FMFSource, Name);
266 return CreateWithCopiedFlags(Instruction::FMul, V1, V2, FMFSource, Name);
271 return CreateWithCopiedFlags(Instruction::FDiv, V1, V2, FMFSource, Name);
276 return CreateWithCopiedFlags(Instruction::FRem, V1, V2, FMFSource, Name);
757 CreateWithCopiedFlags(OtherOps Op, Predicate Pred, Value *S1, Value *S2,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedAccessPass.cpp422 BinaryOperator *NewBI = BinaryOperator::CreateWithCopiedFlags( in replaceBinOpShuffles()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp153 BinaryOperator::CreateWithCopiedFlags(B0->getOpcode(), in scalarizePHI()
472 return UnaryOperator::CreateWithCopiedFlags(UO->getOpcode(), E, UO); in visitExtractElementInst()
485 return BinaryOperator::CreateWithCopiedFlags(BO->getOpcode(), E0, E1, BO); in visitExtractElementInst()
496 return CmpInst::CreateWithCopiedFlags(SrcCmpInst->getOpcode(), Pred, E0, E1, in visitExtractElementInst()
H A DInstCombineMulDivRem.cpp597 return BinaryOperator::CreateWithCopiedFlags(Opcode, X, Y, &I); in foldFPSignBitOps()
602 return BinaryOperator::CreateWithCopiedFlags(Opcode, X, X, &I); in foldFPSignBitOps()
H A DInstCombineAndOrXor.cpp2213 return BinaryOperator::CreateWithCopiedFlags(Instruction::Add, NewBinOp, in canonicalizeLogicFirst()
4806 return BinaryOperator::CreateWithCopiedFlags(Instruction::Sub, X, Y, in foldNot()
H A DInstCombineCalls.cpp3617 auto *NewUnOp = UnaryOperator::CreateWithCopiedFlags( in visitCallInst()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp3516 CmpInst *CmpInst::CreateWithCopiedFlags(OtherOps Op, Predicate Pred, Value *S1, in CreateWithCopiedFlags() function in CmpInst
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1940 auto *NewBinOp = BinaryOperator::CreateWithCopiedFlags( in instCombineSVELast()