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

1 2

  /external/llvm/unittests/IR/
PatternMatch.cpp 230 m_NSWAdd(m_Value(MatchL), m_Value(MatchR)).match(IRB.CreateNSWAdd(L, R)));
274 EXPECT_FALSE(m_NSWSub(m_Value(), m_Value()).match(IRB.CreateNSWAdd(L, R)));
277 EXPECT_FALSE(m_NSWMul(m_Value(), m_Value()).match(IRB.CreateNSWAdd(L, R)));
281 EXPECT_FALSE(m_NSWShl(m_Value(), m_Value()).match(IRB.CreateNSWAdd(L, R)));
284 EXPECT_FALSE(m_NUWAdd(m_Value(), m_Value()).match(IRB.CreateNSWAdd(L, R)));
IRBuilderTest.cpp 262 cast<BinaryOperator>(Builder.CreateNSWAdd(V, V))->hasNoSignedWrap());
283 EXPECT_TRUE(cast<OverflowingBinaryOperator>(Builder.CreateNSWAdd(C, C))
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
NoFolder.h 47 Instruction *CreateNSWAdd(Constant *LHS, Constant *RHS) const {
48 return BinaryOperator::CreateNSWAdd(LHS, RHS);
  /external/llvm/include/llvm/IR/
NoFolder.h 47 Instruction *CreateNSWAdd(Constant *LHS, Constant *RHS) const {
48 return BinaryOperator::CreateNSWAdd(LHS, RHS);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
NoFolder.h 50 Instruction *CreateNSWAdd(Constant *LHS, Constant *RHS) const {
51 return BinaryOperator::CreateNSWAdd(LHS, RHS);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
NoFolder.h 50 Instruction *CreateNSWAdd(Constant *LHS, Constant *RHS) const {
51 return BinaryOperator::CreateNSWAdd(LHS, RHS);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
NoFolder.h 50 Instruction *CreateNSWAdd(Constant *LHS, Constant *RHS) const {
51 return BinaryOperator::CreateNSWAdd(LHS, RHS);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
NoFolder.h 50 Instruction *CreateNSWAdd(Constant *LHS, Constant *RHS) const {
51 return BinaryOperator::CreateNSWAdd(LHS, RHS);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
NoFolder.h 50 Instruction *CreateNSWAdd(Constant *LHS, Constant *RHS) const {
51 return BinaryOperator::CreateNSWAdd(LHS, RHS);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
NoFolder.h 50 Instruction *CreateNSWAdd(Constant *LHS, Constant *RHS) const {
51 return BinaryOperator::CreateNSWAdd(LHS, RHS);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
NoFolder.h 50 Instruction *CreateNSWAdd(Constant *LHS, Constant *RHS) const {
51 return BinaryOperator::CreateNSWAdd(LHS, RHS);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
NoFolder.h 50 Instruction *CreateNSWAdd(Constant *LHS, Constant *RHS) const {
51 return BinaryOperator::CreateNSWAdd(LHS, RHS);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
NoFolder.h 50 Instruction *CreateNSWAdd(Constant *LHS, Constant *RHS) const {
51 return BinaryOperator::CreateNSWAdd(LHS, RHS);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
NoFolder.h 50 Instruction *CreateNSWAdd(Constant *LHS, Constant *RHS) const {
51 return BinaryOperator::CreateNSWAdd(LHS, RHS);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
NoFolder.h 50 Instruction *CreateNSWAdd(Constant *LHS, Constant *RHS) const {
51 return BinaryOperator::CreateNSWAdd(LHS, RHS);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
NoFolder.h 50 Instruction *CreateNSWAdd(Constant *LHS, Constant *RHS) const {
51 return BinaryOperator::CreateNSWAdd(LHS, RHS);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
NoFolder.h 50 Instruction *CreateNSWAdd(Constant *LHS, Constant *RHS) const {
51 return BinaryOperator::CreateNSWAdd(LHS, RHS);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
NoFolder.h 50 Instruction *CreateNSWAdd(Constant *LHS, Constant *RHS) const {
51 return BinaryOperator::CreateNSWAdd(LHS, RHS);
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 298 Value *NewAdd = Builder->CreateNSWAdd(LHSConv->getOperand(0),
314 Value *NewAdd = Builder->CreateNSWAdd(LHSConv->getOperand(0),
371 Value *NewAdd = Builder->CreateNSWAdd(LHSConv->getOperand(0),
387 Value *NewAdd = Builder->CreateNSWAdd(LHSConv->getOperand(0),
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
ir_emitter_unnested.cc     [all...]
elemental_ir_emitter.cc 312 return ir_builder_->CreateNSWAdd(
384 ir_builder_->CreateNSWAdd(stridden_index, window_index[i]),
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp     [all...]
InstCombineCompares.cpp 787 NewInsts[GEP] = Builder.CreateNSWAdd(
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
ir_emitter.cc 576 ir_builder_.CreateNSWAdd(strided_index, window_index[i]),
707 ir_builder_.CreateNSWAdd(strided_index, window_index[i]),
    [all...]
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp     [all...]

Completed in 674 milliseconds

1 2