OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateWithCopiedFlags
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
InstrTypes.h
158
CreateWithCopiedFlags
(UnaryOps Opc, Value *V, Instruction *CopyO,
169
return
CreateWithCopiedFlags
(Instruction::FNeg, Op, FMFSource, Name,
251
static BinaryOperator *
CreateWithCopiedFlags
(BinaryOps Opc,
263
return
CreateWithCopiedFlags
(Instruction::FAdd, V1, V2, FMFSource, Name);
268
return
CreateWithCopiedFlags
(Instruction::FSub, V1, V2, FMFSource, Name);
273
return
CreateWithCopiedFlags
(Instruction::FMul, V1, V2, FMFSource, Name);
278
return
CreateWithCopiedFlags
(Instruction::FDiv, V1, V2, FMFSource, Name);
283
return
CreateWithCopiedFlags
(Instruction::FRem, V1, V2, FMFSource, Name);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp
146
BinaryOperator::
CreateWithCopiedFlags
(B0->getOpcode(),
402
return UnaryOperator::
CreateWithCopiedFlags
(UO->getOpcode(), E, UO);
411
return BinaryOperator::
CreateWithCopiedFlags
(BO->getOpcode(), E0, E1, BO);
InstCombineMulDivRem.cpp
406
return BinaryOperator::
CreateWithCopiedFlags
(Opcode, X, Y, &I);
411
return BinaryOperator::
CreateWithCopiedFlags
(Opcode, X, X, &I);
InstCombineAndOrXor.cpp
3410
return BinaryOperator::
CreateWithCopiedFlags
(Instruction::Sub, X, Y,
Completed in 82 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026