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

  /external/llvm/include/llvm/Analysis/
TargetFolder.h 105 Constant *CreateXor(Constant *LHS, Constant *RHS) const {
  /external/llvm/include/llvm/IR/
ConstantFolder.h 93 Constant *CreateXor(Constant *LHS, Constant *RHS) const {
NoFolder.h 143 Instruction *CreateXor(Constant *LHS, Constant *RHS) const {
144 return BinaryOperator::CreateXor(LHS, RHS);
IRBuilder.h     [all...]

Completed in 3304 milliseconds