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

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
CmpInstAnalysis.h 65 bool decomposeBitTestICmp(const ICmpInst *I, CmpInst::Predicate &Pred,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Utils/
CmpInstAnalysis.h 65 bool decomposeBitTestICmp(const ICmpInst *I, CmpInst::Predicate &Pred,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Utils/
CmpInstAnalysis.h 65 bool decomposeBitTestICmp(const ICmpInst *I, CmpInst::Predicate &Pred,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
CmpInstAnalysis.h 66 bool decomposeBitTestICmp(Value *LHS, Value *RHS, CmpInst::Predicate &Pred,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
CmpInstAnalysis.h 66 bool decomposeBitTestICmp(Value *LHS, Value *RHS, CmpInst::Predicate &Pred,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
CmpInstAnalysis.h 66 bool decomposeBitTestICmp(Value *LHS, Value *RHS, CmpInst::Predicate &Pred,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
CmpInstAnalysis.h 66 bool decomposeBitTestICmp(Value *LHS, Value *RHS, CmpInst::Predicate &Pred,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
CmpInstAnalysis.h 65 bool decomposeBitTestICmp(const ICmpInst *I, CmpInst::Predicate &Pred,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Utils/
CmpInstAnalysis.h 65 bool decomposeBitTestICmp(const ICmpInst *I, CmpInst::Predicate &Pred,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Utils/
CmpInstAnalysis.h 65 bool decomposeBitTestICmp(const ICmpInst *I, CmpInst::Predicate &Pred,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
CmpInstAnalysis.h 66 bool decomposeBitTestICmp(Value *LHS, Value *RHS, CmpInst::Predicate &Pred,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
CmpInstAnalysis.h 66 bool decomposeBitTestICmp(Value *LHS, Value *RHS, CmpInst::Predicate &Pred,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
CmpInstAnalysis.h 66 bool decomposeBitTestICmp(Value *LHS, Value *RHS, CmpInst::Predicate &Pred,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
CmpInstAnalysis.h 66 bool decomposeBitTestICmp(Value *LHS, Value *RHS, CmpInst::Predicate &Pred,
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 530 static bool decomposeBitTestICmp(const ICmpInst *I, ICmpInst::Predicate &Pred,
597 if (decomposeBitTestICmp(LHS, LHSCC, L11, L12, L2)) {
628 if (decomposeBitTestICmp(RHS, RHSCC, R11, R12, R2)) {
    [all...]

Completed in 428 milliseconds