Home | History | Annotate | Download | only in IR

Lines Matching refs:getTrue

474 ConstantInt *ConstantInt::getTrue(LLVMContext &Context) {
488 Constant *ConstantInt::getTrue(Type *Ty) {
492 return ConstantInt::getTrue(Ty->getContext());
497 ConstantInt::getTrue(Ty->getContext()));