HomeSort by relevance Sort by last modified time
    Searched defs:CreateAnd (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/Analysis/
TargetFolder.h 99 Constant *CreateAnd(Constant *LHS, Constant *RHS) const {
  /external/llvm/include/llvm/IR/
ConstantFolder.h 87 Constant *CreateAnd(Constant *LHS, Constant *RHS) const {
NoFolder.h 137 Instruction *CreateAnd(Constant *LHS, Constant *RHS) const {
138 return BinaryOperator::CreateAnd(LHS, RHS);
IRBuilder.h     [all...]

Completed in 37 milliseconds