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

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
InstructionSimplify.h 101 /// SimplifyXorInst - Given operands for a Xor, see if we can
103 Value *SimplifyXorInst(Value *LHS, Value *RHS, const TargetData *TD = 0,
  /external/llvm/include/llvm/Analysis/
InstructionSimplify.h 195 /// SimplifyXorInst - Given operands for a Xor, see if we can
197 Value *SimplifyXorInst(Value *LHS, Value *RHS, const DataLayout &DL,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
InstructionSimplify.h 180 Value *SimplifyXorInst(Value *LHS, Value *RHS, const DataLayout &DL,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
InstructionSimplify.h 180 Value *SimplifyXorInst(Value *LHS, Value *RHS, const DataLayout &DL,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
InstructionSimplify.h 180 Value *SimplifyXorInst(Value *LHS, Value *RHS, const DataLayout &DL,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
InstructionSimplify.h 180 Value *SimplifyXorInst(Value *LHS, Value *RHS, const DataLayout &DL,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
InstructionSimplify.h 180 Value *SimplifyXorInst(Value *LHS, Value *RHS, const DataLayout &DL,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
InstructionSimplify.h 180 Value *SimplifyXorInst(Value *LHS, Value *RHS, const DataLayout &DL,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
InstructionSimplify.h 180 Value *SimplifyXorInst(Value *LHS, Value *RHS, const DataLayout &DL,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
InstructionSimplify.h 180 Value *SimplifyXorInst(Value *LHS, Value *RHS, const DataLayout &DL,
  /external/swiftshader/third_party/LLVM/lib/Analysis/
InstructionSimplify.cpp 48 static Value *SimplifyXorInst(Value *, Value *, const TargetData *,
447 SimplifyXorInst(Cond, Constant::getAllOnesValue(Cond->getType()),
579 if (Value *V = SimplifyXorInst(Op0, Op1, TD, DT, MaxRecurse-1))
710 if (Value *V = SimplifyXorInst(Op0, Op1, TD, DT, MaxRecurse-1))
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 71 static Value *SimplifyXorInst(Value *, Value *, const Query &, unsigned);
440 SimplifyXorInst(Cond, Constant::getAllOnesValue(Cond->getType()),
562 if (Value *V = SimplifyXorInst(Op0, Op1, Q, MaxRecurse-1))
762 if (Value *V = SimplifyXorInst(Op0, Op1, Q, MaxRecurse-1))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]

Completed in 1533 milliseconds