OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CreateNot
(Results
1 - 6
of
6
) sorted by null
/external/llvm/include/llvm/Support/
ConstantFolder.h
113
Constant *
CreateNot
(Constant *C) const {
NoFolder.h
172
Instruction *
CreateNot
(Constant *C) const {
173
return BinaryOperator::
CreateNot
(C);
TargetFolder.h
125
Constant *
CreateNot
(Constant *C) const {
IRBuilder.h
770
Value *
CreateNot
(Value *V, const Twine &Name = "") {
772
return Insert(Folder.
CreateNot
(VC), Name);
773
return Insert(BinaryOperator::
CreateNot
(V), Name);
[
all
...]
/external/llvm/include/llvm/MC/
MCExpr.h
278
static const MCUnaryExpr *
CreateNot
(const MCExpr *Expr, MCContext &Ctx) {
/external/llvm/lib/VMCore/
Instructions.cpp
[
all
...]
Completed in 589 milliseconds