Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCExpr.h116 explicit MCConstantExpr(int64_t _Value) in MCConstantExpr() function
136 static bool classof(const MCConstantExpr *) { return true; } in classof()
/external/llvm/include/llvm/MC/
DMCExpr.h134 explicit MCConstantExpr(int64_t Value) in MCConstantExpr() function