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

  /external/llvm/include/llvm/Support/
NoFolder.h 82 Instruction *CreateNUWMul(Constant *LHS, Constant *RHS) const {
83 return BinaryOperator::CreateNUWMul(LHS, RHS);
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp     [all...]
CGExprScalar.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 464 Value *Mul = Builder->CreateNUWMul(LHS, RHS, "umul_with_overflow");
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 628 Value *CreateNUWMul(Value *LHS, Value *RHS, const Twine &Name = "") {
    [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 38 milliseconds