Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCExpr.h428 static const MCBinaryExpr *createAnd(const MCExpr *LHS, const MCExpr *RHS, in createAnd() function
/external/swiftshader/src/Reactor/
DNucleus.cpp413 Value *Nucleus::createAnd(Value *lhs, Value *rhs) in createAnd() function in sw::Nucleus