HomeSort by relevance Sort by last modified time
    Searched refs:CreateNot (Results 1 - 25 of 26) sorted by null

1 2

  /external/llvm/lib/Transforms/Scalar/
LowerAtomic.cpp 66 Res = Builder.CreateNot(Builder.CreateAnd(Orig, Val));
StructurizeCFG.cpp 335 return BinaryOperator::CreateNot(Condition, "", Parent->getTerminator());
340 return BinaryOperator::CreateNot(Condition,
  /external/llvm/include/llvm/IR/
NoFolder.h 172 Instruction *CreateNot(Constant *C) const {
173 return BinaryOperator::CreateNot(C);
InstrTypes.h 284 /// CreateNeg, CreateNot - Create the NEG and NOT
303 static BinaryOperator *CreateNot(Value *Op, const Twine &Name = "",
305 static BinaryOperator *CreateNot(Value *Op, const Twine &Name,
    [all...]
ConstantFolder.h 113 Constant *CreateNot(Constant *C) const {
IRBuilder.h     [all...]
  /external/llvm/lib/Target/X86/
X86AtomicExpandPass.cpp 186 return Builder.CreateNot(Builder.CreateAnd(Loaded, Inc), "new");
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 313 V = Builder.CreateNot(V);
406 Value *NotSrc = Builder.CreateNot(Src);
AtomicExpandLoadLinkedPass.cpp 189 NewVal = Builder.CreateNot(Builder.CreateAnd(Loaded, AI->getValOperand()),
  /external/llvm/include/llvm/Analysis/
TargetFolder.h 125 Constant *CreateNot(Constant *C) const {
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 838 Value *NotCond = Builder->CreateNot(CondVal, "not."+CondVal->getName());
847 Value *NotCond = Builder->CreateNot(CondVal, "not."+CondVal->getName());
    [all...]
InstCombineAndOrXor.cpp     [all...]
InstCombineCompares.cpp     [all...]
InstCombineAddSub.cpp     [all...]
InstCombineCasts.cpp     [all...]
  /external/llvm/include/llvm/MC/
MCExpr.h 355 static const MCUnaryExpr *CreateNot(const MCExpr *Expr, MCContext &Ctx) {
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 678 Check = Builder.CreateNot(Builder.CreateAnd(GE, LE));
    [all...]
CGAtomic.cpp 446 Result = CGF.Builder.CreateNot(Result);
    [all...]
CGBuiltin.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
Core.cpp     [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]

Completed in 284 milliseconds

1 2