Home
last modified time | relevance | path

Searched refs:matchIfFNeg (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DPatternMatch.h649 return matchIfFNeg(I->getOperand(0), I->getOperand(1)); in match()
652 return matchIfFNeg(CE->getOperand(0), CE->getOperand(1)); in match()
656 bool matchIfFNeg(Value *LHS, Value *RHS) { in matchIfFNeg() function
/external/llvm/include/llvm/IR/
DPatternMatch.h887 return matchIfFNeg(O->getOperand(0), O->getOperand(1)); in match()
892 bool matchIfFNeg(Value *LHS, Value *RHS) { in matchIfFNeg() function