HomeSort by relevance Sort by last modified time
    Searched defs:CreateAdd (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/storage/
settings_sync_util.cc 75 syncer::SyncChange CreateAdd(
  /external/llvm/include/llvm/Support/
ConstantFolder.h 34 Constant *CreateAdd(Constant *LHS, Constant *RHS,
NoFolder.h 40 Instruction *CreateAdd(Constant *LHS, Constant *RHS,
42 BinaryOperator *BO = BinaryOperator::CreateAdd(LHS, RHS);
TargetFolder.h 50 Constant *CreateAdd(Constant *LHS, Constant *RHS,
  /external/llvm/include/llvm/IR/
IRBuilder.h 573 Value *CreateAdd(Value *LHS, Value *RHS, const Twine &Name = "",
577 return Insert(Folder.CreateAdd(LC, RC, HasNUW, HasNSW), Name);
582 return CreateAdd(LHS, RHS, Name, false, true);
585 return CreateAdd(LHS, RHS, Name, true, false);
    [all...]
  /external/llvm/include/llvm/MC/
MCExpr.h 396 static const MCBinaryExpr *CreateAdd(const MCExpr *LHS, const MCExpr *RHS,

Completed in 100 milliseconds