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

  /external/llvm/include/llvm/Analysis/
TargetFolder.h 93 Constant *CreateLShr(Constant *LHS, Constant *RHS, bool isExact = false)const{
  /external/llvm/include/llvm/IR/
ConstantFolder.h 79 Constant *CreateLShr(Constant *LHS, Constant *RHS,
NoFolder.h 125 Instruction *CreateLShr(Constant *LHS, Constant *RHS,
128 return BinaryOperator::CreateLShr(LHS, RHS);
IRBuilder.h     [all...]

Completed in 169 milliseconds