HomeSort by: relevance | last modified time | path
    Searched refs:getWithNewBitWidth (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Type.h 390 inline Type *getWithNewBitWidth(unsigned NewBitWidth) const;
DerivedTypes.h 709 Type *Type::getWithNewBitWidth(unsigned NewBitWidth) const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 1423 Type *CondTy = RetTy->getWithNewBitWidth(1);
1672 Type *CondTy = RetTy->getWithNewBitWidth(1);
1689 Type *CondTy = RetTy->getWithNewBitWidth(1);
1712 Type *CondTy = RetTy->getWithNewBitWidth(1);
1731 Type *ExtTy = RetTy->getWithNewBitWidth(ExtSize);
1800 Type *ExtTy = MulTy->getWithNewBitWidth(ExtSize);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 2221 Type *NewTy = Ty->getWithNewBitWidth(NewBitWidth);
InstCombineAndOrXor.cpp 1107 Type *TruncTy = V->getType()->getWithNewBitWidth(P.NumBits);

Completed in 23 milliseconds