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

  /external/llvm/include/llvm/Analysis/
TargetFolder.h 71 Constant *CreateUDiv(Constant *LHS, Constant *RHS, bool isExact = false)const{
  /external/llvm/include/llvm/IR/
ConstantFolder.h 55 Constant *CreateUDiv(Constant *LHS, Constant *RHS,
NoFolder.h 88 Instruction *CreateUDiv(Constant *LHS, Constant *RHS,
91 return BinaryOperator::CreateUDiv(LHS, RHS);
IRBuilder.h     [all...]

Completed in 580 milliseconds