Home | History | Annotate | Download | only in IR

Lines Matching defs:getTrue

431 ConstantInt *ConstantInt::getTrue(LLVMContext &Context) {
445 Constant *ConstantInt::getTrue(Type *Ty) {
449 return ConstantInt::getTrue(Ty->getContext());
454 ConstantInt::getTrue(Ty->getContext()));