Searched defs:CreateAnd (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ConstantFolder.h | 87 Constant *CreateAnd(Constant *LHS, Constant *RHS) const { in CreateAnd() function
|
D | TargetFolder.h | 99 Constant *CreateAnd(Constant *LHS, Constant *RHS) const { in CreateAnd() function
|
D | NoFolder.h | 137 Instruction *CreateAnd(Constant *LHS, Constant *RHS) const { in CreateAnd() function
|
/external/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 87 Constant *CreateAnd(Constant *LHS, Constant *RHS) const { in CreateAnd() function
|
D | NoFolder.h | 137 Instruction *CreateAnd(Constant *LHS, Constant *RHS) const { in CreateAnd() function
|
/external/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 99 Constant *CreateAnd(Constant *LHS, Constant *RHS) const { in CreateAnd() function
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCExpr.h | 326 static const MCBinaryExpr *CreateAnd(const MCExpr *LHS, const MCExpr *RHS, in CreateAnd() function
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 1394 func (b Builder) CreateAnd(lhs, rhs Value, name string) (v Value) { func
|