Home
last modified time | relevance | path

Searched defs:FPMathOperator (Results 1 – 2 of 2) sorted by relevance

/external/llvm/unittests/VMCore/
DInstructionsTest.cpp232 TEST(InstructionsTest, FPMathOperator) { in TEST() argument
/external/llvm/include/llvm/
DOperator.h180 static inline bool classof(const FPMathOperator *) { return true; } in classof()