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

1 2 3 4

  /external/llvm/lib/Transforms/Utils/
IntegerDivision.cpp 60 Value *DvdXor = Builder.CreateXor(Dividend, DividendSign);
61 Value *DvsXor = Builder.CreateXor(Divisor, DivisorSign);
65 Value *Xored = Builder.CreateXor(URem, DividendSign);
133 Value *Tmp2 = Builder.CreateXor(Tmp, Dividend);
135 Value *Tmp3 = Builder.CreateXor(Tmp1, Divisor);
137 Value *Q_Sgn = Builder.CreateXor(Tmp1, Tmp);
139 Value *Tmp4 = Builder.CreateXor(Q_Mag, Q_Sgn);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 141 BinOp = Builder->CreateXor(NewLHS, NewRHS);
165 return BinaryOperator::CreateXor(And, Together);
217 return BinaryOperator::CreateXor(NewAnd, AndRHS);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LowerAtomic.cpp 73 Res = Builder.CreateXor(Orig, Val);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LowerAtomic.cpp 68 Res = Builder.CreateXor(Orig, Val);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
NoFolder.h 143 Instruction *CreateXor(Constant *LHS, Constant *RHS) const {
144 return BinaryOperator::CreateXor(LHS, RHS);
IRBuilder.h 696 Value *CreateXor(Value *LHS, Value *RHS, const Twine &Name = "") {
699 return Insert(Folder.CreateXor(LC, RC), Name);
700 return Insert(BinaryOperator::CreateXor(LHS, RHS), Name);
702 Value *CreateXor(Value *LHS, const APInt &RHS, const Twine &Name = "") {
703 return CreateXor(LHS, ConstantInt::get(LHS->getType(), RHS), Name);
705 Value *CreateXor(Value *LHS, uint64_t RHS, const Twine &Name = "") {
706 return CreateXor(LHS, ConstantInt::get(LHS->getType(), RHS), Name);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 209 return BinaryOperator::CreateXor(And, Together);
261 return BinaryOperator::CreateXor(NewAnd, AndRHS);
    [all...]
InstCombineCasts.cpp 526 In = Builder->CreateXor(In, One, In->getName()+".not");
576 In = Builder->CreateXor(In, One);
607 Value *Result = Builder->CreateXor(LHS, RHS);
619 Result = Builder->CreateXor(Result, ConstantInt::get(ITy, 1));
    [all...]
  /external/llvm/include/llvm/IR/
NoFolder.h 143 Instruction *CreateXor(Constant *LHS, Constant *RHS) const {
144 return BinaryOperator::CreateXor(LHS, RHS);
ConstantFolder.h 93 Constant *CreateXor(Constant *LHS, Constant *RHS) const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
NoFolder.h 170 Instruction *CreateXor(Constant *LHS, Constant *RHS) const {
171 return BinaryOperator::CreateXor(LHS, RHS);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
NoFolder.h 170 Instruction *CreateXor(Constant *LHS, Constant *RHS) const {
171 return BinaryOperator::CreateXor(LHS, RHS);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
NoFolder.h 170 Instruction *CreateXor(Constant *LHS, Constant *RHS) const {
171 return BinaryOperator::CreateXor(LHS, RHS);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
NoFolder.h 170 Instruction *CreateXor(Constant *LHS, Constant *RHS) const {
171 return BinaryOperator::CreateXor(LHS, RHS);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
NoFolder.h 170 Instruction *CreateXor(Constant *LHS, Constant *RHS) const {
171 return BinaryOperator::CreateXor(LHS, RHS);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
NoFolder.h 170 Instruction *CreateXor(Constant *LHS, Constant *RHS) const {
171 return BinaryOperator::CreateXor(LHS, RHS);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
NoFolder.h 170 Instruction *CreateXor(Constant *LHS, Constant *RHS) const {
171 return BinaryOperator::CreateXor(LHS, RHS);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
NoFolder.h 170 Instruction *CreateXor(Constant *LHS, Constant *RHS) const {
171 return BinaryOperator::CreateXor(LHS, RHS);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
NoFolder.h 170 Instruction *CreateXor(Constant *LHS, Constant *RHS) const {
171 return BinaryOperator::CreateXor(LHS, RHS);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
NoFolder.h 170 Instruction *CreateXor(Constant *LHS, Constant *RHS) const {
171 return BinaryOperator::CreateXor(LHS, RHS);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
NoFolder.h 170 Instruction *CreateXor(Constant *LHS, Constant *RHS) const {
171 return BinaryOperator::CreateXor(LHS, RHS);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
NoFolder.h 170 Instruction *CreateXor(Constant *LHS, Constant *RHS) const {
171 return BinaryOperator::CreateXor(LHS, RHS);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
NoFolder.h 170 Instruction *CreateXor(Constant *LHS, Constant *RHS) const {
171 return BinaryOperator::CreateXor(LHS, RHS);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
NoFolder.h 170 Instruction *CreateXor(Constant *LHS, Constant *RHS) const {
171 return BinaryOperator::CreateXor(LHS, RHS);
  /external/llvm/include/llvm/Analysis/
TargetFolder.h 105 Constant *CreateXor(Constant *LHS, Constant *RHS) const {

Completed in 799 milliseconds

1 2 3 4