Searched refs:createWithCopiedFlags (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/Passes/ |
| H A D | BottomUpVec.cpp | 117 return UnaryOperator::createWithCopiedFlags(OpC, Operands[0], UOp0, in createVectorInstr() 141 return BinaryOperator::createWithCopiedFlags( in createVectorInstr()
|
| /freebsd/contrib/llvm-project/llvm/lib/SandboxIR/ |
| H A D | Instruction.cpp | 941 Value *CmpInst::createWithCopiedFlags(Predicate P, Value *S1, Value *S2, in createWithCopiedFlags() function in llvm::sandboxir::CmpInst 1175 Value *UnaryOperator::createWithCopiedFlags(Instruction::Opcode Op, Value *OpV, in createWithCopiedFlags() function in llvm::sandboxir::UnaryOperator 1239 Value *BinaryOperator::createWithCopiedFlags(Instruction::Opcode Op, Value *LHS, in createWithCopiedFlags() function in llvm::sandboxir::BinaryOperator
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Instruction.h | 1967 LLVM_ABI static Value *createWithCopiedFlags(Instruction::Opcode Op, 2033 LLVM_ABI static Value *createWithCopiedFlags(Instruction::Opcode Op, 2499 LLVM_ABI static Value *createWithCopiedFlags(Predicate Pred, Value *S1,
|