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

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

Completed in 112 milliseconds