Searched refs:CreateWithCopiedFlags (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | InstrTypes.h | 139 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 D | InterleavedAccessPass.cpp | 422 BinaryOperator *NewBI = BinaryOperator::CreateWithCopiedFlags( in replaceBinOpShuffles()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineVectorOps.cpp | 153 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 D | InstCombineMulDivRem.cpp | 597 return BinaryOperator::CreateWithCopiedFlags(Opcode, X, Y, &I); in foldFPSignBitOps() 602 return BinaryOperator::CreateWithCopiedFlags(Opcode, X, X, &I); in foldFPSignBitOps()
|
| H A D | InstCombineAndOrXor.cpp | 2213 return BinaryOperator::CreateWithCopiedFlags(Instruction::Add, NewBinOp, in canonicalizeLogicFirst() 4806 return BinaryOperator::CreateWithCopiedFlags(Instruction::Sub, X, Y, in foldNot()
|
| H A D | InstCombineCalls.cpp | 3617 auto *NewUnOp = UnaryOperator::CreateWithCopiedFlags( in visitCallInst()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instructions.cpp | 3516 CmpInst *CmpInst::CreateWithCopiedFlags(OtherOps Op, Predicate Pred, Value *S1, in CreateWithCopiedFlags() function in CmpInst
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.cpp | 1940 auto *NewBinOp = BinaryOperator::CreateWithCopiedFlags( in instCombineSVELast()
|