HomeSort by relevance Sort by last modified time
    Searched refs:CreateAnd (Results 26 - 38 of 38) sorted by null

12

  /external/clang/lib/CodeGen/
CGBuiltin.cpp 355 Value *Result = Builder.CreateAnd(Tmp, llvm::ConstantInt::get(ArgType, 1));
528 V = Builder.CreateAnd(Eq, IsLessThanInf, "and");
529 V = Builder.CreateAnd(V, IsNormal, "and");
542 V = Builder.CreateAnd(Eq, IsNotInf, "and");
    [all...]
MicrosoftCXXABI.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 720 Value *LastAccessedByte = IRB.CreateAnd(
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp     [all...]
ScalarReplAggregates.cpp     [all...]
SROA.cpp     [all...]
  /art/compiler/llvm/
gbc_expander.cc     [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc 378 case kOpAnd: res = irb_->CreateAnd(src1, src2); break;
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 681 milliseconds

12