Searched defs:CreateAnd (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | TargetFolder.h | 99 Constant *CreateAnd(Constant *LHS, Constant *RHS) const { in CreateAnd() function
|
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/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 98 Constant *CreateAnd(Constant *LHS, Constant *RHS) const { in CreateAnd() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 104 Constant *CreateAnd(Constant *LHS, Constant *RHS) const { in CreateAnd() function
|
D | NoFolder.h | 162 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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 110 bool CreateAnd = false; in foldSelectICmpAnd() local
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 1394 func (b Builder) CreateAnd(lhs, rhs Value, name string) (v Value) { func
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/ |
D | ir.go | 1461 func (b Builder) CreateAnd(lhs, rhs Value, name string) (v Value) { func
|