HomeSort by relevance Sort by last modified time
    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 {
  /external/llvm/include/llvm/IR/
IRBuilder.h 821 Value *CreateNot(Value *V, const Twine &Name = "") {
823 return Insert(Folder.CreateNot(VC), Name);
824 return Insert(BinaryOperator::CreateNot(V), Name);
    [all...]
  /external/llvm/include/llvm/MC/
MCExpr.h 331 static const MCUnaryExpr *CreateNot(const MCExpr *Expr, MCContext &Ctx) {
  /external/llvm/lib/IR/
Instructions.cpp     [all...]

Completed in 63 milliseconds