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

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
PatternMatch.h 590 return matchIfNot(I->getOperand(0), I->getOperand(1));
593 return matchIfNot(CE->getOperand(0), CE->getOperand(1));
597 bool matchIfNot(Value *LHS, Value *RHS) {
  /external/llvm/include/llvm/IR/
PatternMatch.h 841 return matchIfNot(O->getOperand(0), O->getOperand(1));
846 bool matchIfNot(Value *LHS, Value *RHS) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h 873 return matchIfNot(O->getOperand(0), O->getOperand(1));
878 bool matchIfNot(Value *LHS, Value *RHS) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h 873 return matchIfNot(O->getOperand(0), O->getOperand(1));
878 bool matchIfNot(Value *LHS, Value *RHS) {
    [all...]

Completed in 638 milliseconds