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

  /frameworks/compile/libbcc/lib/Transforms/
ForEachExpand.cpp 309 llvm::Value *NewIn = Builder.CreateIntToPtr(Builder.CreateNUWAdd(
316 llvm::Value *NewOut = Builder.CreateIntToPtr(Builder.CreateNUWAdd(
323 Builder.CreateNUWAdd(X, llvm::ConstantInt::get(Int32Ty, 1));
  /external/llvm/include/llvm/Support/
NoFolder.h 50 Instruction *CreateNUWAdd(Constant *LHS, Constant *RHS) const {
51 return BinaryOperator::CreateNUWAdd(LHS, RHS);
IRBuilder.h 534 Value *CreateNUWAdd(Value *LHS, Value *RHS, const Twine &Name = "") {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 424 Value *Add = Builder->CreateNUWAdd(LHS, RHS);
    [all...]
  /external/llvm/lib/VMCore/
Core.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 1324 milliseconds