Home
last modified time | relevance | path

Searched defs:CreateAnd (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DConstantFolder.h87 Constant *CreateAnd(Constant *LHS, Constant *RHS) const { in CreateAnd() function
DTargetFolder.h99 Constant *CreateAnd(Constant *LHS, Constant *RHS) const { in CreateAnd() function
DNoFolder.h137 Instruction *CreateAnd(Constant *LHS, Constant *RHS) const { in CreateAnd() function
/external/llvm/include/llvm/IR/
DConstantFolder.h87 Constant *CreateAnd(Constant *LHS, Constant *RHS) const { in CreateAnd() function
DNoFolder.h137 Instruction *CreateAnd(Constant *LHS, Constant *RHS) const { in CreateAnd() function
/external/llvm/include/llvm/Analysis/
DTargetFolder.h99 Constant *CreateAnd(Constant *LHS, Constant *RHS) const { in CreateAnd() function
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCExpr.h326 static const MCBinaryExpr *CreateAnd(const MCExpr *LHS, const MCExpr *RHS, in CreateAnd() function
/external/llvm/bindings/go/llvm/
Dir.go1394 func (b Builder) CreateAnd(lhs, rhs Value, name string) (v Value) { func