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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 735 NotA = Builder->CreateNot(A);
737 NotB = Builder->CreateNot(B);
739 NotC = Builder->CreateNot(C);
743 Value *NewOuter = Builder->CreateNot(generateMinMaxSelectPattern(
842 Value *NotCond = Builder->CreateNot(CondVal, "not."+CondVal->getName());
851 Value *NotCond = Builder->CreateNot(CondVal, "not."+CondVal->getName());
883 Value *NotCond = Builder->CreateNot(CondVal, "not."+CondVal->getName());
    [all...]
InstCombineAndOrXor.cpp     [all...]
InstCombineAddSub.cpp     [all...]
InstCombineCompares.cpp     [all...]
InstCombineCalls.cpp     [all...]
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LowerAtomic.cpp 66 Res = Builder.CreateNot(Builder.CreateAnd(Orig, Val));
StructurizeCFG.cpp 392 return BinaryOperator::CreateNot(Condition, "", Parent->getTerminator());
397 return BinaryOperator::CreateNot(Condition,
InductiveRangeCheckElimination.cpp     [all...]
  /external/llvm/include/llvm/IR/
NoFolder.h 172 Instruction *CreateNot(Constant *C) const {
173 return BinaryOperator::CreateNot(C);
ConstantFolder.h 113 Constant *CreateNot(Constant *C) const {
InstrTypes.h 497 static BinaryOperator *CreateNot(Value *Op, const Twine &Name = "",
499 static BinaryOperator *CreateNot(Value *Op, const Twine &Name,
    [all...]
IRBuilder.h     [all...]
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 313 V = Builder.CreateNot(V);
406 Value *NotSrc = Builder.CreateNot(Src);
AtomicExpandPass.cpp 357 return Builder.CreateNot(Builder.CreateAnd(Loaded, Inc), "new");
  /external/llvm/include/llvm/Analysis/
TargetFolder.h 125 Constant *CreateNot(Constant *C) const {
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 719 Check = Builder.CreateNot(Builder.CreateAnd(GE, LE));
    [all...]
CGAtomic.cpp 634 Result = CGF.Builder.CreateNot(Result);
    [all...]
CGBuiltin.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
Core.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 270 milliseconds