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

  /external/llvm/include/llvm/Analysis/
TargetFolder.h 96 Constant *CreateAShr(Constant *LHS, Constant *RHS, bool isExact = false)const{
  /external/llvm/include/llvm/IR/
ConstantFolder.h 83 Constant *CreateAShr(Constant *LHS, Constant *RHS,
NoFolder.h 131 Instruction *CreateAShr(Constant *LHS, Constant *RHS,
134 return BinaryOperator::CreateAShr(LHS, RHS);
IRBuilder.h     [all...]

Completed in 45 milliseconds